Spaces:
Running
Running
Commit
·
c499b99
1
Parent(s):
17edf21
restore original version of finetrainers
Browse files
requirements.txt
CHANGED
|
@@ -28,9 +28,9 @@ pynvml
|
|
| 28 |
#eva-decord==0.6.1
|
| 29 |
decord
|
| 30 |
|
| 31 |
-
|
| 32 |
# temporary fix for pip install bug:
|
| 33 |
-
finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
| 34 |
|
| 35 |
wandb
|
| 36 |
pandas
|
|
|
|
| 28 |
#eva-decord==0.6.1
|
| 29 |
decord
|
| 30 |
|
| 31 |
+
finetrainers @ git+https://github.com/a-r-r-o-w/finetrainers.git@main
|
| 32 |
# temporary fix for pip install bug:
|
| 33 |
+
#finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
| 34 |
|
| 35 |
wandb
|
| 36 |
pandas
|
requirements_without_flash_attention.txt
CHANGED
|
@@ -29,9 +29,9 @@ peft>=0.12.0
|
|
| 29 |
eva-decord==0.6.1
|
| 30 |
# decord
|
| 31 |
|
| 32 |
-
|
| 33 |
# temporary fix for pip install bug:
|
| 34 |
-
finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
| 35 |
|
| 36 |
wandb
|
| 37 |
pandas
|
|
|
|
| 29 |
eva-decord==0.6.1
|
| 30 |
# decord
|
| 31 |
|
| 32 |
+
finetrainers @ git+https://github.com/a-r-r-o-w/finetrainers.git@main
|
| 33 |
# temporary fix for pip install bug:
|
| 34 |
+
#finetrainers @ git+https://github.com/jbilcke-hf/finetrainers-patches.git@fix_missing_sft_trainer_files
|
| 35 |
|
| 36 |
wandb
|
| 37 |
pandas
|