LLM: update setup to provide cpp for windows (#10448)
This commit is contained in:
parent
dbdeaddd6a
commit
66b4bb5c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue