@@ -35,16 +35,16 @@ The CLI organizes commands into three main categories:
35
35
36
36
The following table summarizes the commands related to managing and running models:
37
37
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. |
48
48
49
49
## Service commands
50
50
@@ -65,10 +65,10 @@ The following table summarizes the commands related to managing and running the
65
65
66
66
The following table summarizes the commands related to managing the local cache where models are stored:
67
67
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