SakanaAI / evolutionary-model-merge

Official repository of Evolutionary Optimization of Model Merging Recipes
Apache License 2.0
1.1k stars 72 forks source link

How long does it take to merge three 7B models? #5

Open tanganke opened 3 months ago

tanganke commented 3 months ago

How long does it take to merge three 7B models for different methods (PS, DFS, PS+DFS)?

And what are the system requirements to do the merge? Do I need to load 7B models simultaneously and merge them on GPUs or I can merge them lazily on disk like mergekit and load them to GPUs for evolutionary?