We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6f7e09 + 32e2231 commit 5f0852eCopy full SHA for 5f0852e
articles/ai-foundry/foundry-local/get-started.md
@@ -84,7 +84,10 @@ foundry model run gpt-oss-20b
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.
+> - Foundry Local version **0.6.87** or above. Any version below this will not support the model. You can check your Foundry Local version by running:
88
+> ```bash
89
+> foundry --version
90
+> ```
91
92
## Explore commands
93
0 commit comments