mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 06:45:01 +08:00
[Build] fix cpu build missing libtbbmalloc.so (#18744)
Signed-off-by: Kebe <mail@kebe7jun.com>
This commit is contained in:
parent
c24b1572ac
commit
e0f0ff87b8
@ -22,5 +22,5 @@ datasets # for benchmark scripts
|
|||||||
triton==3.2.0; platform_machine == "x86_64"
|
triton==3.2.0; platform_machine == "x86_64"
|
||||||
|
|
||||||
# Intel Extension for PyTorch, only for x86_64 CPUs
|
# Intel Extension for PyTorch, only for x86_64 CPUs
|
||||||
intel-openmp; platform_machine == "x86_64"
|
intel-openmp==2024.2.1; platform_machine == "x86_64"
|
||||||
intel_extension_for_pytorch==2.7.0; platform_machine == "x86_64"
|
intel_extension_for_pytorch==2.7.0; platform_machine == "x86_64"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user