Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkalinowski authored Nov 17, 2021
1 parent 3358c10 commit cf35730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_client/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docker run -d -u $(id -u):$(id -g) -v $(pwd)/resnet50-binary:/model -p 9001:9001

### Start the client:
```bash
docker run --rm --network host -e "no_proxy=localhost" ovms_cpp_clients ./classification_client_async_benchmark --grpc_port=9001 --layout="nchw" --iterations=2000 --batch_size=4 --max_parallel_requests=100 --consumers=8 --producers=1 --benchmark_mode=1
docker run --rm --network host -e "no_proxy=localhost" ovms_cpp_clients ./classification_client_async_benchmark --grpc_port=9001 --layout="nchw" --iterations=2000 --batch_size=1 --max_parallel_requests=100 --consumers=8 --producers=1 --benchmark_mode=1

Address: localhost:9001
Model name: resnet
Expand Down

0 comments on commit cf35730

Please sign in to comment.