v0.34.2-rc1: mlxrunner: lay out model by contract, checkpoint and construction
- Ollama 近 90 天出现 38 次
- Ollama 近 90 天第 36 次发版
- 上一次:1 天前 · v0.34.2-rc0: llama.cpp: version bump b10969 (#18446)
发生了什么
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…
摘要按规则整理自下方来源原文