Skip to content

Commit e0f0ff8

Browse files
authored
[Build] fix cpu build missing libtbbmalloc.so (vllm-project#18744)
Signed-off-by: Kebe <mail@kebe7jun.com>
1 parent c24b157 commit e0f0ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ datasets # for benchmark scripts
2222
triton==3.2.0; platform_machine == "x86_64"
2323

2424
# Intel Extension for PyTorch, only for x86_64 CPUs
25-
intel-openmp; platform_machine == "x86_64"
25+
intel-openmp==2024.2.1; platform_machine == "x86_64"
2626
intel_extension_for_pytorch==2.7.0; platform_machine == "x86_64"

0 commit comments

Comments
 (0)