blob: d6cee1f184b952ae6b3d57b8df2f426d30fc5086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/requirements/cpu.txt b/requirements/cpu.txt
index 21571be47..e91b378e2 100644
--- a/requirements/cpu.txt
+++ b/requirements/cpu.txt
@@ -14,8 +14,5 @@ torchaudio; platform_machine != "s390x"
# required for the image processor of phi3v, this must be updated alongside torch
torchvision; platform_machine != "s390x"
-# Intel Extension for PyTorch, only for x86_64 CPUs
-intel-openmp==2024.2.1; platform_machine == "x86_64"
-
# Use this to gather CPU info and optimize based on ARM Neoverse cores
py-cpuinfo; platform_machine == "aarch64"
|