Spaces:
Runtime error
Runtime error
Commit
·
194112d
1
Parent(s):
b1493ab
fix dependencies
Browse files
requirements.txt
CHANGED
@@ -3,15 +3,13 @@
|
|
3 |
# For GPU monitoring of NVIDIA chipsets
|
4 |
pynvml
|
5 |
|
6 |
-
# eva-decord is missing get_batch it seems
|
7 |
-
#eva-decord==0.6.1
|
8 |
-
#decord
|
9 |
-
|
10 |
finetrainers==0.1.0
|
11 |
#finetrainers @ git+https://github.com/a-r-r-o-w/finetrainers.git@main
|
12 |
# temporary fix for pip install bug:
|
13 |
#finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
14 |
|
|
|
|
|
15 |
|
16 |
imageio
|
17 |
imageio-ffmpeg
|
|
|
3 |
# For GPU monitoring of NVIDIA chipsets
|
4 |
pynvml
|
5 |
|
|
|
|
|
|
|
|
|
6 |
finetrainers==0.1.0
|
7 |
#finetrainers @ git+https://github.com/a-r-r-o-w/finetrainers.git@main
|
8 |
# temporary fix for pip install bug:
|
9 |
#finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
10 |
|
11 |
+
# it is recommended to always use the latest version
|
12 |
+
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
13 |
|
14 |
imageio
|
15 |
imageio-ffmpeg
|
requirements_without_flash_attention.txt
CHANGED
@@ -12,6 +12,8 @@ finetrainers==0.1.0
|
|
12 |
# temporary fix for pip install bug:
|
13 |
#finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
14 |
|
|
|
|
|
15 |
|
16 |
imageio
|
17 |
imageio-ffmpeg
|
|
|
12 |
# temporary fix for pip install bug:
|
13 |
#finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
14 |
|
15 |
+
# it is recommended to always use the latest version
|
16 |
+
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
17 |
|
18 |
imageio
|
19 |
imageio-ffmpeg
|