mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 00:06:06 +08:00
[Bugfix][CI][CPU] add missing datasets package to requirements-cpu.txt (#11159)
Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
parent
7cd7409142
commit
f93bf2b189
@ -4,4 +4,5 @@
|
|||||||
# Dependencies for CPUs
|
# Dependencies for CPUs
|
||||||
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
|
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
|
||||||
torch==2.5.1; 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
|
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
|
||||||
|
datasets # for benchmark scripts
|
||||||
Loading…
x
Reference in New Issue
Block a user