Unverified Commit f93bf2b1 authored by Li, Jiang's avatar Li, Jiang Committed by GitHub
Browse files

[Bugfix][CI][CPU] add missing datasets package to requirements-cpu.txt (#11159)


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
parent 7cd74091
......@@ -4,4 +4,5 @@
# Dependencies for CPUs
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
torch==2.5.1; platform_machine == "aarch64"
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
\ No newline at end of file
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
datasets # for benchmark scripts
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment