Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/python_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ timm==1.0.19
# - openai/whisper-base
librosa==0.11.0
soundfile==0.13.1
datasets==3.6.0
datasets==4.0.0; sys_platform == "linux"
datasets==3.6.0; sys_platform != "linux"
torchcodec==0.4.0; sys_platform == "linux"
rouge==1.0.1
# - microsoft/Phi-4-multimodal-instruct
peft==0.17.1
2 changes: 1 addition & 1 deletion tools/who_what_benchmark/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pandas>=2.0.3
numpy>=1.23.5
tqdm>=4.66.1
diffusers
datasets==3.6.0
datasets>=3.6.0
auto-gptq; sys_platform == "linux"
autoawq<0.2.8; sys_platform == "linux"
sentencepiece
Expand Down
Loading