We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7000f4d commit 7b8a092Copy full SHA for 7b8a092
docs/stable/cli/cli_api.md
@@ -16,7 +16,7 @@ After setting up the ServerlessLLM cluster, you can use the commands listed belo
16
### Example Workflow
17
18
1. **Deploy a Model**
19
- > Deploy a model using the model name, which must be a huggingface pretrained model name. i.e. "facebook/opt-1.3b" instead of "opt-1.3b".
+ > Deploy a model using the model name, which must be a HuggingFace pretrained model name. i.e. "facebook/opt-1.3b" instead of "opt-1.3b".
20
```bash
21
sllm-cli deploy --model facebook/opt-1.3b
22
```
0 commit comments