Spaces:
kgout
/
Running on Zero

kgout commited on
Commit
8d4b9ad
·
verified ·
1 Parent(s): 8e3a0f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- --index-url https://download.pytorch.org/whl/cu124
2
- torch==2.5.1
3
- torchvision==0.20.1
4
- torchaudio==2.5.1
5
  git+https://github.com/huggingface/diffusers.git
 
 
 
6
  huggingface_hub
7
- transformers==4.30.2
8
  gradio
9
  soundfile
10
  progressbar
 
1
+ transformers==4.30.2
 
 
 
2
  git+https://github.com/huggingface/diffusers.git
3
+ torch==2.5.1 --index-url https://download.pytorch.org/whl/cu124
4
+ torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu124
5
+ torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
6
  huggingface_hub
 
7
  gradio
8
  soundfile
9
  progressbar