Spaces:
Running
Running
Commit
·
250d86f
1
Parent(s):
34a8978
adding new dependencies
Browse files
requirements.txt
CHANGED
@@ -19,6 +19,7 @@ wandb
|
|
19 |
pandas
|
20 |
sentencepiece>=0.2.0
|
21 |
imageio-ffmpeg>=0.5.1
|
|
|
22 |
|
23 |
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
24 |
|
|
|
19 |
pandas
|
20 |
sentencepiece>=0.2.0
|
21 |
imageio-ffmpeg>=0.5.1
|
22 |
+
torchdata==0.11.0
|
23 |
|
24 |
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
25 |
|
requirements_without_flash_attention.txt
CHANGED
@@ -20,6 +20,7 @@ wandb
|
|
20 |
pandas
|
21 |
sentencepiece>=0.2.0
|
22 |
imageio-ffmpeg>=0.5.1
|
|
|
23 |
|
24 |
# for youtube video download
|
25 |
pytube
|
|
|
20 |
pandas
|
21 |
sentencepiece>=0.2.0
|
22 |
imageio-ffmpeg>=0.5.1
|
23 |
+
torchdata==0.11.0
|
24 |
|
25 |
# for youtube video download
|
26 |
pytube
|