LLM-Pruner icon indicating copy to clipboard operation
LLM-Pruner copied to clipboard

Question related to the model tuning

Open shawnricecake opened this issue 1 year ago • 2 comments

Hi,

Great work first!

I am confused with the model tuning part.

According to the code, it seemed that you used the lora method. This, in my opinion, will destroy the sparsity you have made in the original model after merging the lora weights to the model weights.

could you explain this?

Thanks Shawn

shawnricecake avatar Nov 29 '23 04:11 shawnricecake

Hi @shawnricecake, LLM-Pruner is a structural method and thus produces a dense model after pruning.

VainF avatar Nov 29 '23 08:11 VainF

Hi @shawnricecake, LLM-Pruner is a structural method and thus produces a dense model after pruning.

Hi, thanks for your reply, so, the model weights after merge the lora weights will be dense?

the main contribution of paper is the structure pruning?

Thanks Shawn

shawnricecake avatar Dec 01 '23 18:12 shawnricecake