This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Description
How to run the benchmark scripts on the local model ?
I tried following but it fails with ModelNotFoundException
python benchmark_ab.py --config benchmark_config.json
{
"url": "./model_store/custom_model.mar",
"requests": 100,
"concurrency": 10,
"input": "kitten_small.jpg",
"exec_env": "local",
"device": "cpu"
}