[FastDeploy Cli] Bench Command eval and throughput (#4239)

* bench command

* bench command

* bench command

* bench command

* bench command

---------

Co-authored-by: K11OntheBoat <your_email@example.com>
This commit is contained in:
qwes5s5
2025-10-10 16:17:44 +08:00
committed by GitHub
parent 3aa04fbf21
commit 6fd3e72da1
24 changed files with 4237 additions and 1313 deletions

View File

@@ -249,7 +249,10 @@ setup(
],
license="Apache 2.0",
python_requires=">=3.7",
extras_require={"test": ["pytest>=6.0"]},
extras_require={
"test": ["pytest>=6.0"],
"eval": ["lm-eval==0.4.9.1"],
},
entry_points={
"console_scripts": ["fastdeploy=fastdeploy.entrypoints.cli.main:main"],
},