Spaces:
Runtime error
Runtime error
Commit
·
6a6d06b
1
Parent(s):
e8417f2
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.0.1+cu118
|
3 |
+
torchvision==0.15.2+cu118
|
4 |
+
torchaudio==2.0.2+cu118
|
5 |
+
torchtext==0.15.2
|
6 |
+
torchdata==0.6.1
|
7 |
+
xformers==0.0.20
|
8 |
+
triton==2.0.0
|