Skip to content

Commit f93bf2b

Browse files
authored
[Bugfix][CI][CPU] add missing datasets package to requirements-cpu.txt (#11159)
Signed-off-by: jiang1.li <[email protected]>
1 parent 7cd7409 commit f93bf2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-cpu.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# Dependencies for CPUs
55
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
66
torch==2.5.1; platform_machine == "aarch64"
7-
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
7+
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
8+
datasets # for benchmark scripts

0 commit comments

Comments
 (0)