Skip to content

v1.2.0

Choose a tag to compare

@ringo380 ringo380 released this 14 Jun 09:03
· 3 commits to main since this release

Round-trip helper tools for the Unsloth -> merged -> HF -> local MLX fine-tune workflow.

Added

  • Colab-side: save_and_push_merged (reliable save_pretrained_merged with safetensors verification, README seeding, and stale-file clearing via delete_patterns) and ensure_repo_readme.
  • Local MLX (host-side): normalize_tokenizer_config (fixes Colab's TokenizersBackend tokenizer_class), download_from_hf, and convert_to_mlx (clears the target dir, auto-normalizes a local source, surfaces a sentencepiece hint, preserves the prior output on failure).
  • --mlx-python CLI arg / COLAB_MCP_MLX_PYTHON env var to select the interpreter the local MLX tools invoke (defaults to the server's own interpreter).