13 lines
449 B
Diff
13 lines
449 B
Diff
diff --git a/requirements/cpu.txt b/requirements/cpu.txt
|
|
index 121330158..d41918883 100644
|
|
--- a/requirements/cpu.txt
|
|
+++ b/requirements/cpu.txt
|
|
@@ -20,7 +20,3 @@ datasets # for benchmark scripts
|
|
|
|
# cpu cannot use triton 3.3.0
|
|
triton==3.2.0; platform_machine == "x86_64"
|
|
-
|
|
-# Intel Extension for PyTorch, only for x86_64 CPUs
|
|
-intel-openmp==2024.2.1; platform_machine == "x86_64"
|
|
-intel_extension_for_pytorch==2.7.0; platform_machine == "x86_64"
|