Commit eefe245
committed
Fix quantized sizes not showing in collapsed family headers
When "Show quantized models" is enabled, collapsed family headers were only showing base sizes (e.g., "27B") instead of including quantized variants (e.g., "27B-Q4").
The bug was in CatalogSection.buildCatalogItems() where size collection used model.size instead of model.sizeLabel. Since model.size returns just the base size for all models, quantized variants weren't distinguished in the header. Now uses model.sizeLabel which includes the quantization suffix for quantized models.1 parent fa3f053 commit eefe245
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
| 284 | + | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments