File tree Expand file tree Collapse file tree 5 files changed +723
-6
lines changed Expand file tree Collapse file tree 5 files changed +723
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,16 @@ locallab chat
32
32
33
33
### Management Commands
34
34
35
- | Command | Description |
36
- | ---------| -------------|
37
- | ` locallab models list ` | List available models |
38
- | ` locallab models download ` | Download a specific model |
39
- | ` locallab logs ` | View server logs |
40
- | ` locallab version ` | Show version information |
35
+ | Command | Description | Documentation |
36
+ | ---------| -------------| ---------------|
37
+ | ` locallab models list ` | List locally cached models | [ Model Management] ( ../guides/model-management.md#list-models ) |
38
+ | ` locallab models download <model_id> ` | Download a model locally | [ Model Management] ( ../guides/model-management.md#download-models ) |
39
+ | ` locallab models remove <model_id> ` | Remove a cached model | [ Model Management] ( ../guides/model-management.md#remove-models ) |
40
+ | ` locallab models discover ` | Discover available models | [ Model Management] ( ../guides/model-management.md#discover-models ) |
41
+ | ` locallab models info <model_id> ` | Show detailed model information | [ Model Management] ( ../guides/model-management.md#model-info ) |
42
+ | ` locallab models clean ` | Clean up orphaned cache files | [ Model Management] ( ../guides/model-management.md#cache-cleanup ) |
43
+ | ` locallab logs ` | View server logs | [ CLI Guide] ( ../guides/cli.md#view-logs ) |
44
+ | ` locallab version ` | Show version information | [ CLI Guide] ( ../guides/cli.md#version ) |
41
45
42
46
## 💬 Chat Interface - The Star Feature
43
47
Original file line number Diff line number Diff line change
1
+
You can’t perform that action at this time.
0 commit comments