From e0f0ff87b89978d1d0bea2aec2d85cec72b71238 Mon Sep 17 00:00:00 2001 From: Kebe Date: Tue, 27 May 2025 16:03:56 +0800 Subject: [PATCH] [Build] fix cpu build missing libtbbmalloc.so (#18744) Signed-off-by: Kebe --- requirements/cpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/cpu.txt b/requirements/cpu.txt index c064ecbb9b1f..1213301584ce 100644 --- a/requirements/cpu.txt +++ b/requirements/cpu.txt @@ -22,5 +22,5 @@ datasets # for benchmark scripts triton==3.2.0; platform_machine == "x86_64" # 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"