mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
@@ -0,0 +1,7 @@
|
||||
from fastdeploy.entrypoints.cli.benchmark.latency import BenchmarkLatencySubcommand
|
||||
from fastdeploy.entrypoints.cli.benchmark.serve import BenchmarkServingSubcommand
|
||||
|
||||
__all__: list[str] = [
|
||||
"BenchmarkLatencySubcommand",
|
||||
"BenchmarkServingSubcommand",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user