From 10b35186877bbbfbbf8ce1a52cafeacbb9c60947 Mon Sep 17 00:00:00 2001 From: Yuwen Hu Date: Tue, 7 Jan 2025 18:24:56 +0800 Subject: [PATCH] Small update --- python/llm/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/llm/setup.py b/python/llm/setup.py index be3a825041a..92da2aa0ca5 100644 --- a/python/llm/setup.py +++ b/python/llm/setup.py @@ -313,6 +313,7 @@ def setup_package(): "onednn-devel==2024.1.1;platform_system=='Windows'", "onednn==2024.1.1;platform_system=='Windows'"] + # Add for testing purposes for now xpu_26_requires = copy.deepcopy(all_requires) for exclude_require in cpu_torch_version: xpu_26_requires.remove(exclude_require)