Format shell code correctly

This commit is contained in:
osanseviero 2023-08-08 18:42:34 +02:00
parent 2a0be538b5
commit 83c93f352a

View File

@ -16,6 +16,7 @@ To use GPUs, you need to install the [NVIDIA Container Toolkit](https://docs.nvi
</Tip>
To see all options to serve your models, check in the [codebase](https://github.com/huggingface/text-generation-inference/blob/main/launcher/src/main.rs) or the CLI:
```
```shell
text-generation-launcher --help
```