Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mega): use config file name for final merge #78

Merged
merged 2 commits into from
Jan 6, 2024

Conversation

nyxkrage
Copy link
Contributor

@nyxkrage nyxkrage commented Jan 6, 2024

Based on feedback from Henky, updates mergekit-mega to require one of the merges to omit the name key, that will then use the name of the config file for the name.
Also fixes a bug I introduced when allowing the base model to be an intermediate model where it wouldn't update the merge models to the correct path
And removes some unnecessary print statements that I forgot to remove

…model name of intermediate models again after regression from base_model fix
@henk717
Copy link

henk717 commented Jan 6, 2024

The forcing of noname isn't needed for everyone so perhaps that should be an opt-in cli parameter. Using the name of the file when its not present will be useful for everyone.

@cg123
Copy link
Collaborator

cg123 commented Jan 6, 2024

I went ahead and snuck in a flag --require-nameless/-R that just enables/disables the early exit. Thanks for the fixes!

@cg123 cg123 merged commit 1011ef3 into arcee-ai:main Jan 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants