v0.1.3
CMF v0.1.3
Added — native Rust converter (no Python)
cortiq convert --model <hf-dir> --quant q8|q4|f16 --output model.cmfconverts a Hugging Face checkpoint (config.json+*.safetensors+tokenizer.json) to.cmfentirely in Rust — no numpy, no torch. It reads safetensors, quantizes with f16-rounded row scales, embeds the tokenizer + chat template, and writes viacortiq_core::CmfModel::write.- Output is generation-identical to the reference Python converter on standard dense transformers (qwen2 / qwen3 / llama / mistral-style). MoE / linear-attention models still use the Python path.
Install / update: cargo install cortiq-cli