Integrating and Fine-Tuning a Custom Llama 3.1 Model in Llama 3.2 #1799
-
|
How can I add my custom Llama 3.1 model into Llama 3.2 and train or fine-tune it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @Hyperakan thanks for the question. When you say "custom", have you made any changes to the architecture or anything like that? Or is it just a change in the weights themselves? If the latter, I think this is similar to how we load LoRA models today: load one subset of weights with Separately I think this is not an uncommon use case, so let me think about how we can support this more natively moving forward. |
Beta Was this translation helpful? Give feedback.
@ebsmothers should work for you in this case. You can make this new checkpoint using the code below and then finetune it with any llama3_2_vision config you want.