f
This commit is contained in:
parent
446751ed03
commit
bc41101011
@ -40,18 +40,18 @@ fetch_and_deploy_gh_release "kima-hub" "Chevron7Locked/kima-hub" "tarball"
|
|||||||
msg_info "Installing Python Dependencies"
|
msg_info "Installing Python Dependencies"
|
||||||
export PIP_BREAK_SYSTEM_PACKAGES=1
|
export PIP_BREAK_SYSTEM_PACKAGES=1
|
||||||
$STD pip3 install --no-cache-dir \
|
$STD pip3 install --no-cache-dir \
|
||||||
'tensorflow>=2.13.0,<2.16.0' \
|
tensorflow \
|
||||||
essentia-tensorflow \
|
essentia-tensorflow \
|
||||||
redis \
|
redis \
|
||||||
psycopg2-binary \
|
psycopg2-binary \
|
||||||
'laion-clap>=1.1.4' \
|
laion-clap \
|
||||||
'torch>=2.0.0' \
|
torch \
|
||||||
'torchaudio>=2.0.0' \
|
torchaudio \
|
||||||
'librosa>=0.10.0' \
|
librosa \
|
||||||
'transformers>=4.30.0' \
|
transformers \
|
||||||
'pgvector>=0.2.0' \
|
pgvector \
|
||||||
'python-dotenv>=1.0.0' \
|
python-dotenv \
|
||||||
'requests>=2.31.0'
|
requests
|
||||||
msg_ok "Installed Python Dependencies"
|
msg_ok "Installed Python Dependencies"
|
||||||
|
|
||||||
msg_info "Downloading Essentia ML Models"
|
msg_info "Downloading Essentia ML Models"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user