We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0075b76 commit be8ab96Copy full SHA for be8ab96
tests/python_tests/requirements.txt
@@ -24,7 +24,9 @@ timm==1.0.19
24
# - openai/whisper-base
25
librosa==0.11.0
26
soundfile==0.13.1
27
-datasets==3.6.0
+datasets==4.1.1; sys_platform == "linux"
28
+datasets==3.6.0; sys_platform != "linux"
29
+torchcodec==0.7.0; sys_platform == "linux"
30
rouge==1.0.1
31
# - microsoft/Phi-4-multimodal-instruct
32
peft==0.17.1
tools/who_what_benchmark/requirements.txt
@@ -7,7 +7,7 @@ pandas>=2.0.3
7
numpy>=1.23.5
8
tqdm>=4.66.1
9
diffusers
10
+datasets>=3.6.0
11
auto-gptq; sys_platform == "linux"
12
autoawq<0.2.8; sys_platform == "linux"
13
sentencepiece
0 commit comments