Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
sentencepiece
|
2 |
einops
|
3 |
-
|
4 |
transformers
|
5 |
-
|
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
|
|
|
|