DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
1–10 of 37 posts
Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#2Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#3But nonetheless, training time improvements look interesting.
e: Oh I see, the training time improvement is compared to a grid search over the LoRA rank. Not for a single run.
I am not convinced that you shouldn't just train on the highest possible rank that you can with your compute budget. If you can train a DynLoRA with rank 8, why not just train a LoRA with that rank?
Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#4So this can tune a model 7X faster than LoRA, which was already a massive speed boost? Curious to see what this will do to the LLaMA-derivative community in particular.
I am not convinced that the "best rank" is not just the highest possible with your compute budget, personally.
Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#5Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#6Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#7So this can tune a model 7X faster than LoRA, which was already a massive speed boost? Curious to see what this will do to the LLaMA-derivative community in particular.
7x faster compared to grid-search LoRA for best rank. I am not convinced that the "best rank" is not just the highest possible with your compute budget, personally.
Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#8Earlier quoted context omitted.
7x faster compared to grid-search LoRA for best rank. I am not convinced that the "best rank" is not just the highest possible with your compute budget, personally.
What is the fastest way to show that?
Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#9I'm unsure of the value of dynamically reducing the rank of the LoRA matrix at inference time given that probably most of the parameter count comes from the original weights rather than the LoRA diff. But nonetheless, training time improvements look interesting. e: Oh I see, the training time improvement is compared to a grid search over the LoRA rank. Not for a single run. I am not convinced that you shouldn't just…
Maybe if the "optimal rank" of LORA applies to any adaptation and you interested in training multiple adaptations for different use cases?
Re: DyLoRA: Parameter Efficient Tuning of Pre-Trained Models
#10Earlier quoted context omitted.
What is the fastest way to show that?
Fastest way to show what? That you should train with the maximum sized LoRA you can? Because the only upsides to having a smaller LoRA are in the training time, and if you are already able to train a DynLoRA with max rank 8, then you should just train a LoRA with that rank.