v1.2.0
Round-trip helper tools for the Unsloth -> merged -> HF -> local MLX fine-tune workflow.
Added
- Colab-side:
save_and_push_merged(reliablesave_pretrained_mergedwith safetensors verification, README seeding, and stale-file clearing viadelete_patterns) andensure_repo_readme. - Local MLX (host-side):
normalize_tokenizer_config(fixes Colab'sTokenizersBackendtokenizer_class),download_from_hf, andconvert_to_mlx(clears the target dir, auto-normalizes a local source, surfaces asentencepiecehint, preserves the prior output on failure). --mlx-pythonCLI arg /COLAB_MCP_MLX_PYTHONenv var to select the interpreter the local MLX tools invoke (defaults to the server's own interpreter).