[Simulator] Add high-fidelity CPU-based inference simulator (#33824)
Co-authored-by: zhouhaizhu.zhz <zhouhaizhu.zhz@alibaba-inc.com> Co-authored-by: LinSiyuan814 <linsiyuan.lsy@alibaba-inc.com> Co-authored-by: hzh0425 <hzh0425@apache.org>
This commit is contained in:
co-authored by
zhouhaizhu.zhz
LinSiyuan814
hzh0425
parent
a5f07b1241
commit
59799a3687
@@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "sglang-simulator"
|
||||
dynamic = ["version"]
|
||||
description = "A simulation benchmark tool for sglang"
|
||||
dependencies = [
|
||||
"numpy",
|
||||
"scikit-learn",
|
||||
"joblib",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
aic = [
|
||||
"aiconfigurator==0.10.0"
|
||||
]
|
||||
Reference in New Issue
Block a user