Tonic commited on
Commit
81f33b9
1 Parent(s): c7eff8d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,7 +1,10 @@
 
 
 
 
 
1
  sentencepiece
2
  einops
3
- accelerate
4
  transformers
5
- torch --find-links https://download.pytorch.org/whl/cu118
6
- torchvision --find-links https://download.pytorch.org/whl/cu118
7
- torchaudio --find-links https://download.pytorch.org/whl/cu118
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu113
2
+ torch==2.0.1
3
+ torchaudio==2.0.2
4
+ torchvision==0.15.2
5
+ scipy
6
  sentencepiece
7
  einops
8
+ diffusers
9
  transformers
10
+ accelerate