Commit 8e69ed1
committed
fix(gguf): Add softcapping config mapping for Gemma2 and Gemma3
Add attn_logit_softcapping and final_logit_softcapping mappings
to both gemma2 and gemma3 GGUF config mappings.
Without these mappings, softcapping values are not extracted from
GGUF metadata, causing the model to use hardcoded defaults instead
of the actual values stored in the GGUF file.1 parent 47b0e47 commit 8e69ed1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
| |||
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| 266 | + | |
| 267 | + | |
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
| |||
0 commit comments