Skip to content

Commit 6fff26b

Browse files
committed
Document Sync by Tina
1 parent 087c63c commit 6fff26b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/stable/cli/cli_api.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,17 @@ Below is a description of all the fields in ft_config.json.
341341
| training_config.num_train_epochs | Total number of training rounds |
342342
| training_config.learning_rate | learning rate |
343343
| training_config.optim | select an optimiser |
344-
| training_config.use_cpu | if use cpu to train |
344+
| 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+
```bash
356+
sllm-cli status
357+
```

0 commit comments

Comments
 (0)