Skip to content

Commit f56065f

Browse files
committed
update that model to aliasOrModelId
1 parent 9898877 commit f56065f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/ai-foundry/foundry-local/reference/reference-cli.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ The CLI organizes commands into three main categories:
3535

3636
The following table summarizes the commands related to managing and running models:
3737

38-
| **Command** | **Description** |
39-
| -------------------------------------- | -------------------------------------------------------------------------------- |
40-
| `foundry model --help` | Displays all available model-related commands and their usage. |
41-
| `foundry model run <model>` | Runs a specified model, downloading it if not cached, and starts an interaction. |
42-
| `foundry model list` | Lists all available models for local use. |
43-
| `foundry model info <model>` | Displays detailed information about a specific model. |
44-
| `foundry model info <model> --license` | Displays the license information for a specific model. |
45-
| `foundry model download <model>` | Downloads a model to the local cache without running it. |
46-
| `foundry model load <model>` | Loads a model into the service. |
47-
| `foundry model unload <model>` | Unloads a model from the service. |
38+
| **Command** | **Description** |
39+
| -------------------------------------- | -------------------------------------------------------------------------------- |
40+
| `foundry model --help` | Displays all available model-related commands and their usage. |
41+
| `foundry model run <aliasOrModelId>` | Runs a specified model, downloading it if not cached, and starts an interaction. |
42+
| `foundry model list` | Lists all available models for local use. |
43+
| `foundry model info <aliasOrModelId>` | Displays detailed information about a specific model. |
44+
| `foundry model info <aliasOrModelId> --license` | Displays the license information for a specific model. |
45+
| `foundry model download <aliasOrModelId>` | Downloads a model to the local cache without running it. |
46+
| `foundry model load <aliasOrModelId>` | Loads a model into the service. |
47+
| `foundry model unload <aliasOrModelId>` | Unloads a model from the service. |
4848

4949
## Service commands
5050

@@ -65,10 +65,10 @@ The following table summarizes the commands related to managing and running the
6565

6666
The following table summarizes the commands related to managing the local cache where models are stored:
6767

68-
| **Command** | **Description** |
69-
| ------------------------------ | -------------------------------------------------------------- |
70-
| `foundry cache --help` | Displays all available cache-related commands and their usage. |
71-
| `foundry cache location` | Displays the current cache directory. |
72-
| `foundry cache list` | Lists all models stored in the local cache. |
73-
| `foundry cache remove <model>` | Deletes a model from the local cache. |
74-
| `foundry cache cd <path>` | Changes the cache directory. |
68+
| **Command** | **Description** |
69+
| ------------------------------ | -------------------------------------------------------------- |
70+
| `foundry cache --help` | Displays all available cache-related commands and their usage. |
71+
| `foundry cache location` | Displays the current cache directory. |
72+
| `foundry cache list` | Lists all models stored in the local cache. |
73+
| `foundry cache remove <aliasOrModelId>` | Deletes a model from the local cache. |
74+
| `foundry cache cd <path>` | Changes the cache directory. |

0 commit comments

Comments
 (0)