Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
# basic dependencies
|
| 3 |
-
torch==2.4.0
|
| 4 |
-
torchvision
|
| 5 |
datasets==2.21.0
|
| 6 |
transformers==4.46.3
|
| 7 |
tokenizers==0.20.3
|
|
@@ -41,4 +41,4 @@ wandb
|
|
| 41 |
tabulate
|
| 42 |
hydra-core
|
| 43 |
pycocotools==2.0.10
|
| 44 |
-
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
|
|
|
|
| 1 |
+
# --extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
# basic dependencies
|
| 3 |
+
# torch==2.4.0
|
| 4 |
+
torchvision
|
| 5 |
datasets==2.21.0
|
| 6 |
transformers==4.46.3
|
| 7 |
tokenizers==0.20.3
|
|
|
|
| 41 |
tabulate
|
| 42 |
hydra-core
|
| 43 |
pycocotools==2.0.10
|
| 44 |
+
# 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
|