Update docs after rebase.

This commit is contained in:
Nicolas Patry 2024-02-09 11:44:42 +00:00
parent 4b06f318cb
commit 7143130ba4

View File

@ -198,23 +198,22 @@ Options:
[default: 20] [default: 20]
``` ```
## MAX_BATCH_SIZE ## MAX_BATCH_SIZE
```shell ```shell
--max-batch-size <MAX_BATCH_SIZE> --max-batch-size <MAX_BATCH_SIZE>
Enforce a maximum number of requests per batch Specific flag for hardware targets that do not support unpadded inference Enforce a maximum number of requests per batch Specific flag for hardware targets that do not support unpadded inference
[env: MAX_BATCH_SIZE=] [env: MAX_BATCH_SIZE=]
```
```
## ENABLE_CUDA_GRAPHS ## ENABLE_CUDA_GRAPHS
```shell ```shell
--enable-cuda-graphs --enable-cuda-graphs
Enable experimental support for cuda graphs Enable experimental support for cuda graphs
[env: ENABLE_CUDA_GRAPHS=] [env: ENABLE_CUDA_GRAPHS=]
```
```
## HOSTNAME ## HOSTNAME
```shell ```shell
--hostname <HOSTNAME> --hostname <HOSTNAME>