v0.34.2-rc1: mlxrunner: lay out model by contract, checkpoint and construction
- Ollama: 38 events in the last 90 days
- Ollama: 36th Release in the last 90 days
- Previous: 1 days earlier · v0.34.2-rc0: llama.cpp: version bump b10969 (#18446)
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