Remove unnecessary warning when installing llm (#9815)

This commit is contained in:
Yuwen Hu 2024-01-03 10:30:05 +08:00 committed by GitHub
parent f5752ead36
commit 668c2095b1

View file

@ -320,8 +320,8 @@ def setup_package():
}, },
extras_require={"all": all_requires, extras_require={"all": all_requires,
"xpu": xpu_requires, # default to ipex 2.0 for linux and 2.1 for windows "xpu": xpu_requires, # default to ipex 2.0 for linux and 2.1 for windows
"xpu_2.0": xpu_20_requires, "xpu-2-0": xpu_20_requires,
"xpu_2.1": xpu_21_requires, "xpu-2-1": xpu_21_requires,
"serving": serving_requires}, "serving": serving_requires},
classifiers=[ classifiers=[
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',