Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +30 -30
requirements.txt
CHANGED
|
@@ -1,30 +1,30 @@
|
|
| 1 |
-
decord
|
| 2 |
-
peft
|
| 3 |
-
pandas
|
| 4 |
-
matplotlib
|
| 5 |
-
loguru
|
| 6 |
-
sentencepiece
|
| 7 |
-
dashscope
|
| 8 |
-
ftfy
|
| 9 |
-
diffusers
|
| 10 |
-
opencv-python
|
| 11 |
-
moviepy
|
| 12 |
-
torchvision==0.23.0
|
| 13 |
-
torchaudio==2.8.0
|
| 14 |
-
transformers
|
| 15 |
-
tokenizers
|
| 16 |
-
accelerate
|
| 17 |
-
tqdm
|
| 18 |
-
imageio[ffmpeg]
|
| 19 |
-
easydict
|
| 20 |
-
imageio-ffmpeg
|
| 21 |
-
numpy>=1.23.5,<2
|
| 22 |
-
hydra-core
|
| 23 |
-
iopath
|
| 24 |
-
pytest
|
| 25 |
-
pillow
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
onnxruntime-gpu
|
| 29 |
-
flash-attn
|
| 30 |
-
flash-attn-3 @ https://huggingface.co/alexnasa/flash-attn-3/resolve/main/128/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
|
|
|
|
| 1 |
+
decord
|
| 2 |
+
peft
|
| 3 |
+
pandas
|
| 4 |
+
matplotlib
|
| 5 |
+
loguru
|
| 6 |
+
sentencepiece
|
| 7 |
+
dashscope
|
| 8 |
+
ftfy
|
| 9 |
+
diffusers
|
| 10 |
+
opencv-python
|
| 11 |
+
moviepy
|
| 12 |
+
torchvision==0.23.0
|
| 13 |
+
torchaudio==2.8.0
|
| 14 |
+
transformers
|
| 15 |
+
tokenizers
|
| 16 |
+
accelerate
|
| 17 |
+
tqdm
|
| 18 |
+
imageio[ffmpeg]
|
| 19 |
+
easydict
|
| 20 |
+
imageio-ffmpeg
|
| 21 |
+
numpy>=1.23.5,<2
|
| 22 |
+
hydra-core
|
| 23 |
+
iopath
|
| 24 |
+
pytest
|
| 25 |
+
pillow
|
| 26 |
+
librosa
|
| 27 |
+
fvcore
|
| 28 |
+
onnxruntime-gpu
|
| 29 |
+
flash-attn
|
| 30 |
+
flash-attn-3 @ https://huggingface.co/alexnasa/flash-attn-3/resolve/main/128/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
|