[Hardware][CPU] Update intel_extension_for_pytorch 2.7.0 and move to requirements/cpu.txt (#18542)

Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
Kay Yan
2025-05-23 19:38:42 +08:00
committed by GitHub
parent 6526e05111
commit 7ab056c273
3 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ from vllm.model_executor.layers.quantization.base_config import (
from vllm.model_executor.layers.quantization.gptq import GPTQLinearMethod
from vllm.platforms import current_platform
MIN_IPEX_VERSION = "2.5.0"
MIN_IPEX_VERSION = "2.7.0"
class IPEXConfig(QuantizationConfig):