akseljoonas HF Staff commited on
Commit
6015c96
·
verified ·
1 Parent(s): 6c33c6b

Fix requirements.txt: Replace broken PyTorch wheel URLs with standard packages

Browse files
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
3
+ torchaudio
4
+ torchvision