Eric Buehler
Eric Buehler
It is necessary to port all the files which need to be modified, depending on the structure. If the modified types are depended on, then it is necessary to port...
@oovm, no, but you can do it by adding: ```rust #[replace_layer_fields] #[derive(AutoLoraConvert)] ``` to each model struct.
@lucasavila00, that's amazing! I am looking forward to merging this. Can you please add the special matmul function to the layer.rs file so we can use it in all models?...
@lucasavila00 sure, I just updated it.
Refs https://github.com/huggingface/candle/pull/2132
@Icxolu, I think that looks great! Do you plan to open a PR?
Maybe this can be done with a macro on `InstructionOpcode` that adds the variants in, say, `CastOpcode`?
Thank you! I've removed formatting the whole codebase and just formatted my new changes.
@nerdai, I addressed your comments and have added you to the repo.
@nerdai, sorry for that mistake. It should be fixed now.