mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[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:
5
setup.py
5
setup.py
@@ -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"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user