mergekit
mergekit copied to clipboard
Typo in your evolutionary merging tutorial causes error
Happy to see that you have implemented evolutionary merging. I tried to follow your tutorial: https://blog.arcee.ai/tutorial-tutorial-how-to-get-started-with-evolutionary-model-merging/
The installation example causes an error. I almost gave up but then I found out that the reason was a space between "evolve," and "vllm". So the correct syntax is "pip install -e .[evolve,vllm]" .
I did not see contact information on your blog so I am writing it here.