[CPU] toml file update (#17861)

This commit is contained in:
Zaili Wang
2026-02-01 05:16:06 +08:00
committed by GitHub
parent 9ac4dcada4
commit 97593c9f41
4 changed files with 9 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ dependencies = [
"openai-harmony==0.0.4",
"openai==2.6.1",
"orjson",
"outlines==0.1.11",
"outlines",
"packaging",
"partial_json_parser",
"pillow",
@@ -55,11 +55,16 @@ dependencies = [
"sentencepiece",
"setproctitle",
"soundfile==0.13.1",
"tabulate",
"tiktoken",
"timm==1.0.16",
"torchao==0.9.0",
"torch==2.9.0",
"torchao==0.14.1",
"torchaudio==2.9.0",
"torchvision==0.24.0",
"tqdm",
"transformers==4.57.1",
"triton==3.5.0",
"uvicorn",
"uvloop",
"xgrammar==0.1.27",
@@ -84,7 +89,6 @@ test = [
"peft",
"pytest",
"sentence_transformers",
"tabulate",
]
all = []
dev = ["sglang[test]"]