From 66b4bb5c5dcc32303811c41e584b4f605b6b562b Mon Sep 17 00:00:00 2001 From: Ruonan Wang Date: Mon, 18 Mar 2024 18:20:55 +0800 Subject: [PATCH] LLM: update setup to provide cpp for windows (#10448) --- python/llm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/setup.py b/python/llm/setup.py index 94491423..b1dcca9f 100644 --- a/python/llm/setup.py +++ b/python/llm/setup.py @@ -323,7 +323,7 @@ def setup_package(): "xpu-2-0": xpu_20_requires, "xpu-2-1": xpu_21_requires, "serving": serving_requires, - "cpp": ["bigdl-core-cpp==" + VERSION + ";platform_system=='Linux'"]}, + "cpp": ["bigdl-core-cpp==" + VERSION]}, classifiers=[ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3',