Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|