Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
|
|
|
3 |
packaging
|
4 |
ninja
|
5 |
# flash-attn --no-build-isolation
|
|
|
1 |
+
torch==2.2.0 torchvision==0.17.0 --index-url https://download.pytorch.org/whl/cu121
|
2 |
+
|
3 |
+
|
4 |
packaging
|
5 |
ninja
|
6 |
# flash-attn --no-build-isolation
|