Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 1.16 KB

Changelog

*This file contains a high-level description of changes that were merged into the mergoo main branch since the last release.

🚀 Features

0.0.9:

  • Support Phi3

0.0.8:

0.0.7:

0.0.6:

  • Supports recent merging methods including Mixture-of-Experts and Layer-wise merging
  • Flexible merging choice for each layer
  • Base Models supported : Llama and Mistral
  • Trainers supported : 🤗 Trainer, SFTrainer
  • Device Supported: CPU, MPS, GPU
  • Training choices: Finetune Only Router of MoE layers, Fully fine-tuning of Merged LLM

🔧 Fixes & Refactoring

0.0.8:

  • issue in pip installation (#8)