Julian Bilcke
commited on
Commit
·
f8773ff
1
Parent(s):
4e9670a
investigating issue with decord
Browse files
requirements.txt
CHANGED
|
@@ -15,7 +15,11 @@ transformers>=4.45.2
|
|
| 15 |
accelerate
|
| 16 |
bitsandbytes
|
| 17 |
peft>=0.12.0
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
wandb
|
| 20 |
pandas
|
| 21 |
sentencepiece>=0.2.0
|
|
|
|
| 15 |
accelerate
|
| 16 |
bitsandbytes
|
| 17 |
peft>=0.12.0
|
| 18 |
+
|
| 19 |
+
# eva-decord is missing get_batch it seems
|
| 20 |
+
#eva-decord==0.6.1
|
| 21 |
+
decord
|
| 22 |
+
|
| 23 |
wandb
|
| 24 |
pandas
|
| 25 |
sentencepiece>=0.2.0
|
requirements_without_flash_attention.txt
CHANGED
|
@@ -16,7 +16,11 @@ transformers>=4.45.2
|
|
| 16 |
accelerate
|
| 17 |
bitsandbytes
|
| 18 |
peft>=0.12.0
|
|
|
|
|
|
|
| 19 |
eva-decord==0.6.1
|
|
|
|
|
|
|
| 20 |
wandb
|
| 21 |
pandas
|
| 22 |
sentencepiece>=0.2.0
|
|
|
|
| 16 |
accelerate
|
| 17 |
bitsandbytes
|
| 18 |
peft>=0.12.0
|
| 19 |
+
|
| 20 |
+
# eva-decord is missing get_batch it seems
|
| 21 |
eva-decord==0.6.1
|
| 22 |
+
# decord
|
| 23 |
+
|
| 24 |
wandb
|
| 25 |
pandas
|
| 26 |
sentencepiece>=0.2.0
|