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>
19 lines
346 B
TOML
19 lines
346 B
TOML
[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"
|
|
]
|