Benchmark Inference
Measure throughput and latency of the Inference Server or the inference Python package with inference benchmark.
inference benchmark --helpinference benchmark api-speed --helpBenchmarking the inference Python package
pip install inferenceinference benchmark python-package-speed \
-m {your_model_id} \
-d {pre-configured dataset name or path to directory with images} \
-o {output_directory}Benchmarking the Inference Server
Last updated
Was this helpful?