LLM: update setup to provide cpp for windows (#10448)

This commit is contained in:
Ruonan Wang 2024-03-18 18:20:55 +08:00 committed by GitHub
parent dbdeaddd6a
commit 66b4bb5c5d

View file

@ -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',