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.
gpt-oss
1 parent 2fe0503 commit f03b117Copy full SHA for f03b117
templates/electron-typescript-react/src/App/App.tsx
@@ -173,10 +173,10 @@ export function App() {
173
<div className="links">
174
<a
175
target="_blank"
176
- href="https://huggingface.co/mradermacher/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct.Q4_K_M.gguf"
+ href="https://huggingface.co/giladgd/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b.MXFP4.gguf"
177
>
178
<DownloadIconSVG className="downloadIcon" />
179
- <div className="text">Get Llama 3.1 8B</div>
+ <div className="text"><code>gpt-oss</code> 20B</div>
180
</a>
181
<div className="separator" />
182
0 commit comments