mergekit icon indicating copy to clipboard operation
mergekit copied to clipboard

Just merge models

Open ftgreat opened this issue 1 year ago • 1 comments

Only using command: mergekit-moe xxx.yml output, errors happened as follows. We just intend to merge models into moe.

Thanks for your advice.

base_model: A gate_mode: hidden dtype: bfloat16 experts: - source_model: A positive_prompts: [""] - source_model: A positive_prompts: [""] "ERROR:root:Your positive and negative prompts are identical for all experts. This will not produce a functioning MoE. ERROR:root:For each expert, positive_prompts must contain one or more example prompt reflecting what should be routed to that expert."

ftgreat avatar Jan 11 '24 03:01 ftgreat

You cannot merge models until you provide at least one positive prompt for each as you are using hidden gate mode.

axrwl avatar Jan 11 '24 16:01 axrwl