Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -1 +1,8 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
xformers==0.0.19
|
| 2 |
+
triton==2.0.0
|
| 3 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 4 |
+
torch==2.0.0+cu118
|
| 5 |
+
torchvision==0.15.1+cu118
|
| 6 |
+
torchaudio==2.0.1+cu118
|
| 7 |
+
torchtext==0.15.1
|
| 8 |
+
torchdata==0.6.0
|