mergekit icon indicating copy to clipboard operation
mergekit copied to clipboard

Is it supported to merge multiple models into a Mixtral model?

Open win10ogod opened this issue 1 year ago • 4 comments

Is it supported to merge multiple models into a Mixtral model?

win10ogod avatar Dec 15 '23 01:12 win10ogod

It is now! There's a script mergekit-moe on the branch mixtral now. Keep in mind it's still early and might have problems. There is a little documentation here.

cg123 avatar Dec 15 '23 08:12 cg123

Thank you so much! Might it be possible to merge this into the main branch?

fakerybakery avatar Dec 17 '23 00:12 fakerybakery

Hi @cg123, also, would you mind providing an example for the YAML config file for a MoE model? Also, an example of the positive prompt? Thanks!

fakerybakery avatar Dec 17 '23 00:12 fakerybakery

@fakerybakery here is an example config.yml from Undi: https://huggingface.co/Undi95/Mixtral-8x7B-MoE-RP-Story/blob/main/config.yaml

ddh0 avatar Dec 20 '23 03:12 ddh0