Spaces:
Runtime error
Runtime error
Commit
•
5285b2d
1
Parent(s):
08b4361
fix requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
-
|
4 |
accelerate
|
5 |
optimum
|
6 |
flash-attn --no-build-isolation
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
+
git+https://github.com/huggingface/transformers
|
4 |
accelerate
|
5 |
optimum
|
6 |
flash-attn --no-build-isolation
|