Merge pull request #832 from InsanEagle/master

Google Colab dependencies fix
This commit is contained in:
w-okada 2023-09-13 11:08:03 +09:00 committed by GitHub
commit 71860e7b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -91,6 +91,7 @@
"print(\"\\033[92mSuccessfully cloned the repository\")\n",
"\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 -r requirements.txt --no-build-isolation --quiet\n",
"# Maybe install Tensor packages?\n",

View File

@ -13,10 +13,8 @@ python-socketio==5.8.0
fastapi==0.95.1
python-multipart==0.0.6
onnxruntime-gpu==1.13.1
pyworld==0.3.3
scipy==1.10.1
matplotlib==3.7.1
fairseq==0.12.2
websockets==11.0.2
faiss-cpu==1.7.3
torchcrepe==0.0.18