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 087c63c commit 6fff26bCopy full SHA for 6fff26b
docs/stable/cli/cli_api.md
@@ -341,4 +341,17 @@ Below is a description of all the fields in ft_config.json.
341
| training_config.num_train_epochs | Total number of training rounds |
342
| training_config.learning_rate | learning rate |
343
| training_config.optim | select an optimiser |
344
-| training_config.use_cpu | if use cpu to train |
+| training_config.use_cpu | if use cpu to train |
345
+
346
+### sllm-cli status
347
+Check the information of deployed models
348
349
+#### Usage
350
+```bash
351
+sllm-cli status
352
+```
353
354
+#### Example
355
356
357
0 commit comments