mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
Merge pull request #832 from InsanEagle/master
Google Colab dependencies fix
This commit is contained in:
commit
71860e7b45
@ -91,6 +91,7 @@
|
|||||||
"print(\"\\033[92mSuccessfully cloned the repository\")\n",
|
"print(\"\\033[92mSuccessfully cloned the repository\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"!apt-get install libportaudio2 &> /dev/null\n",
|
"!apt-get install libportaudio2 &> /dev/null\n",
|
||||||
|
"!pip install pyworld\n",
|
||||||
"!pip install onnxruntime-gpu uvicorn faiss-gpu fairseq jedi google-colab moviepy decorator==4.4.2 sounddevice numpy==1.23.5 pyngrok --quiet\n",
|
"!pip install onnxruntime-gpu uvicorn faiss-gpu fairseq jedi google-colab moviepy decorator==4.4.2 sounddevice numpy==1.23.5 pyngrok --quiet\n",
|
||||||
"!pip install -r requirements.txt --no-build-isolation --quiet\n",
|
"!pip install -r requirements.txt --no-build-isolation --quiet\n",
|
||||||
"# Maybe install Tensor packages?\n",
|
"# Maybe install Tensor packages?\n",
|
||||||
|
@ -13,10 +13,8 @@ python-socketio==5.8.0
|
|||||||
fastapi==0.95.1
|
fastapi==0.95.1
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
onnxruntime-gpu==1.13.1
|
onnxruntime-gpu==1.13.1
|
||||||
pyworld==0.3.3
|
|
||||||
scipy==1.10.1
|
scipy==1.10.1
|
||||||
matplotlib==3.7.1
|
matplotlib==3.7.1
|
||||||
fairseq==0.12.2
|
|
||||||
websockets==11.0.2
|
websockets==11.0.2
|
||||||
faiss-cpu==1.7.3
|
faiss-cpu==1.7.3
|
||||||
torchcrepe==0.0.18
|
torchcrepe==0.0.18
|
||||||
|
Loading…
Reference in New Issue
Block a user