← Back to events
ActiveAIRelease0.34.2-rc1

v0.34.2-rc1: mlxrunner: lay out model by contract, checkpoint and construction

What happened

model is one package with three jobs: the contract between the runner and the architectures, the opened checkpoint, and building nn layers from checkpoint tensors. Its files did not say which was which. base.go carried the folded package's name over the interfaces and the registry, root.go held the safetensors header scan next to Root, and quant.go mixed the nvfp4 global-scale helpers with quant parameter resolution…

Summary assembled by rule from the sources below

Why it's spreading

Sources