Fancellu commited on
Commit
9276a66
·
verified ·
1 Parent(s): c144228

Update requirements.txt

Browse files

It was using very specific version that probably don't exist

Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
  git+https://github.com/suno-ai/bark.git
2
- https://download.pytorch.org/whl/nightly/pytorch_triton-2.1.0%2B46672772b4-cp38-cp38-linux_x86_64.whl
3
- https://download.pytorch.org/whl/nightly/cu117/torch-2.1.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
4
- https://download.pytorch.org/whl/nightly/cu117/torchvision-0.16.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
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