mergekit icon indicating copy to clipboard operation
mergekit copied to clipboard

Typo in your evolutionary merging tutorial causes error

Open LarsEJonasson opened this issue 9 months ago • 1 comments

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.

LarsEJonasson avatar Apr 26 '24 06:04 LarsEJonasson