Howard: Developers should distribute merged adapters rather than merged models
Jeremy Howard · Answer.ai & AI Magic with Jeremy Howard · Aug 17, 2024 · at 46:26
Jeremy Howard (Answer.ai / fast.ai) explains why distributing quantized base models with merged LoRA adapters is superior to distributing full merged FP16 model checkpoints.
“To explain, it's not that you shouldn't merge models, it's that you shouldn't be distributing a merged model. You should distribute it a merged adapter. 99% of the time. And actually often, one of the best things happening in the model merging world is actually that often merging adapters works better. The point is, Sean, that, that once you've got your new model, If you distribute it as an adapter that sits on top of a quantized model that somebody's already downloaded, then it's a much smaller download for them, and also the inference should be much faster, because you're not having to transfer FB-sixteen weights from FB, from HPM memory at all, or ever load them off disk. You know, all the main weights are quantized, and the only floating point weights are in the adapters. So that should make both inference and fine tuning faster.”
quote is from the automated transcript, cleaned for reading: filler sounds and stutters are removed, nothing is rephrased. names can be misheard (the analysis reads context, assessments check outside sources). how →