Unverified Commit e0f0ff87 authored by Kebe's avatar Kebe Committed by GitHub
Browse files

[Build] fix cpu build missing libtbbmalloc.so (#18744)


Signed-off-by: default avatarKebe <mail@kebe7jun.com>
parent c24b1572
...@@ -22,5 +22,5 @@ datasets # for benchmark scripts ...@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment