Skip to content

Commit b31c1c8

Browse files
committed
added section for new model
1 parent 26d0ba0 commit b31c1c8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,22 @@ Get started with Foundry Local quickly:
7070
You should see a response from the model in the terminal:
7171
:::image type="content" source="media/get-started-output.png" alt-text="Screenshot of output from foundry local run command." lightbox="media/get-started-output.png":::
7272

73-
7473
> [!TIP]
7574
> You can replace `phi-3.5-mini` with any model name from the catalog (see `foundry model list` for available models). Foundry Local downloads the model variant that best matches your system's hardware and software configuration. For example, if you have an NVIDIA GPU, it downloads the CUDA version of the model. If you have a Qualcomm NPU, it downloads the NPU variant. If you have no GPU or NPU, it downloads the CPU version.
7675
76+
## Run the latest OpenAI open-source model
77+
78+
To run the latest OpenAI open-source model - `GPT-OSS-20B` - use the following command:
79+
80+
```bash
81+
foundry model run gpt-oss-20b
82+
```
83+
84+
> [!IMPORTANT]
85+
> Requirements for running GPT-OSS-20B:
86+
> - Nvidia GPU with 16GB VRAM or more.
87+
> - Foundry Local version 0.6.0 or above.
88+
7789
## Explore commands
7890
7991
The Foundry CLI organizes commands into these main categories:

0 commit comments

Comments
 (0)