Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pgworld committed Mar 8, 2024
1 parent ecaac9d commit 323e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ trtexec --onnx=resnet50.onnx --workspace=8192 --saveEngine=resnet50.engine --bui
```
- `--num_of_run` or `-r`: Sets the pipelining strength. Default is 1.
- `--num_of_client` or `-n`: The number of PipeStores. Default is 1.
- `--port` or `p`: Socket connection port. Default is 25258.
- `--port` or `-p`: Socket connection port. Default is 25258.

2. Simultaneously execute the main script on each PipeStore server (specifying the port if needed).

Expand Down

0 comments on commit 323e12c

Please sign in to comment.