Skip to content

Commit be8ab96

Browse files
authored
torchcodec for linux to use the latest datasets (#2424)
1 parent 0075b76 commit be8ab96

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/python_tests/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ timm==1.0.19
2424
# - openai/whisper-base
2525
librosa==0.11.0
2626
soundfile==0.13.1
27-
datasets==3.6.0
27+
datasets==4.1.1; sys_platform == "linux"
28+
datasets==3.6.0; sys_platform != "linux"
29+
torchcodec==0.7.0; sys_platform == "linux"
2830
rouge==1.0.1
2931
# - microsoft/Phi-4-multimodal-instruct
3032
peft==0.17.1

tools/who_what_benchmark/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pandas>=2.0.3
77
numpy>=1.23.5
88
tqdm>=4.66.1
99
diffusers
10-
datasets==3.6.0
10+
datasets>=3.6.0
1111
auto-gptq; sys_platform == "linux"
1212
autoawq<0.2.8; sys_platform == "linux"
1313
sentencepiece

0 commit comments

Comments
 (0)