Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 02a55c0

Browse files
committed
Update docs
1 parent a17eb48 commit 02a55c0

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

docs/reference/docker_model_inspect.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ options:
1515
experimentalcli: false
1616
kubernetes: false
1717
swarm: false
18+
- option: remote
19+
shorthand: r
20+
value_type: bool
21+
default_value: "false"
22+
description: Show info for remote models
23+
deprecated: false
24+
hidden: false
25+
experimental: false
26+
experimentalcli: false
27+
kubernetes: false
28+
swarm: false
1829
deprecated: false
1930
hidden: false
2031
experimental: false

docs/reference/model_inspect.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Display detailed information on one model
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:-----------|:-------|:--------|:-------------------------------|
10-
| `--openai` | `bool` | | List model in an OpenAI format |
8+
| Name | Type | Default | Description |
9+
|:-----------------|:-------|:--------|:-------------------------------|
10+
| `--openai` | `bool` | | List model in an OpenAI format |
11+
| `-r`, `--remote` | `bool` | | Show info for remote models |
1112

1213

1314
<!---MARKER_GEN_END-->

0 commit comments

Comments
 (0)