Update requirements.txt
Browse filesIt was using very specific version that probably don't exist
- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
git+https://github.com/suno-ai/bark.git
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
https://download.pytorch.org/whl/nightly/cu117/torchaudio-2.1.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
|
|
1 |
git+https://github.com/suno-ai/bark.git
|
2 |
+
torch>=2.0.0
|
3 |
+
torchaudio>=2.0.0
|
4 |
+
torchvision>=2.0.0
|
|