Fix extract_level: 'summary' → 'browse' (larql enum restriction)
Browse files- index.json +1 -1
index.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"moe_intermediate_size": 2048,
|
| 15 |
"n_routed_experts": 384,
|
| 16 |
"vocab_size": 163840,
|
| 17 |
-
"extract_level": "
|
| 18 |
"dtype": "f32",
|
| 19 |
"median_var64_gate_proj": 0.0938,
|
| 20 |
"note": "This is a SUMMARY vindex (gate_proj SVD only) \u2014 not a canonical larql vindex. `larql pull` will fetch metadata via this stub but `larql run` / inference will not work. To build a canonical larql vindex from a MoE MXFP4 model, larql needs F8_E8M0 + F8_E4M3 + I8 dtype dispatch in larql-models/src/loading/safetensors.rs (tracked).",
|
|
|
|
| 14 |
"moe_intermediate_size": 2048,
|
| 15 |
"n_routed_experts": 384,
|
| 16 |
"vocab_size": 163840,
|
| 17 |
+
"extract_level": "browse",
|
| 18 |
"dtype": "f32",
|
| 19 |
"median_var64_gate_proj": 0.0938,
|
| 20 |
"note": "This is a SUMMARY vindex (gate_proj SVD only) \u2014 not a canonical larql vindex. `larql pull` will fetch metadata via this stub but `larql run` / inference will not work. To build a canonical larql vindex from a MoE MXFP4 model, larql needs F8_E8M0 + F8_E4M3 + I8 dtype dispatch in larql-models/src/loading/safetensors.rs (tracked).",
|