Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
# basic dependencies
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
datasets
|
| 5 |
transformers==4.46.3
|
| 6 |
tokenizers
|
|
@@ -42,4 +43,4 @@ tabulate
|
|
| 42 |
Levenshtein
|
| 43 |
pycocotools
|
| 44 |
spaces
|
| 45 |
-
https://github.com/
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
# basic dependencies
|
| 3 |
+
torch==2.4.0
|
| 4 |
+
torchvision==0.19.0
|
| 5 |
datasets
|
| 6 |
transformers==4.46.3
|
| 7 |
tokenizers
|
|
|
|
| 43 |
Levenshtein
|
| 44 |
pycocotools
|
| 45 |
spaces
|
| 46 |
+
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|