File size: 317 Bytes
6a63ea0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"ok": true,
"value": -0.5,
"grad_dtypes": {
"q": "mlx.core.float32",
"scale": "mlx.core.float32"
},
"grad_shapes": {
"q": [
2,
2
],
"scale": []
},
"note": "This proves MLX custom VJP can return float STE gradients for int8 arrays, but not that full LFM2 experts fit."
} |