[CPU] Fix model failures on Xeon (#29497)

This commit is contained in:
Zaili Wang
2026-07-02 13:20:18 +08:00
committed by GitHub
parent aff44d748d
commit cb06c4e6ce
6 changed files with 86 additions and 98 deletions
+2 -1
View File
@@ -49,6 +49,7 @@ dependencies = [
"pybase64",
"pydantic",
"python-multipart",
"pytest",
"pyzmq>=25.1.2",
"requests",
"scipy",
@@ -69,6 +70,7 @@ dependencies = [
"uvicorn",
"uvloop",
"xgrammar==0.2.1",
"zstandard",
]
[project.optional-dependencies]
@@ -105,7 +107,6 @@ test = [
"matplotlib",
"pandas",
"peft>=0.18.0",
"pytest",
"sentence_transformers",
]
all = []