[CPU] Upgrade CPU backend to torch-2.6 (#13381)

Signed-off-by: jiang1.li <jiang1.li@intel.com>
Co-authored-by: Isotr0py <2037008807@qq.com>
This commit is contained in:
Li, Jiang
2025-03-12 18:41:13 +08:00
committed by GitHub
parent debd6bbf09
commit ff47aab056
9 changed files with 23 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ from vllm.lora.request import LoRARequest
from vllm.platforms import current_platform
@pytest.fixture(autouse=True)
@pytest.fixture(autouse=not current_platform.is_cpu())
def v1(run_with_both_engines_lora):
# Simple autouse wrapper to run both engines for each test
# This can be promoted up to conftest.py to run for every