[CPU] Fix model failures on Xeon (#29497)
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user