|
@@ -4,7 +4,7 @@ output_dir: ./outputs/Llama-3.2-11B-Instruct-w2-full
|
|
|
# Model
|
|
# Model
|
|
|
model:
|
|
model:
|
|
|
_component_: torchtune.models.llama3_2_vision.llama3_2_vision_11b
|
|
_component_: torchtune.models.llama3_2_vision.llama3_2_vision_11b
|
|
|
- decoder_trainable: True
|
|
|
|
|
|
|
+ decoder_trainable: False
|
|
|
encoder_trainable: True
|
|
encoder_trainable: True
|
|
|
fusion_trainable: True
|
|
fusion_trainable: True
|
|
|
image_size: 560 # Make sure this matches the image_size in tokenizer
|
|
image_size: 560 # Make sure this matches the image_size in tokenizer
|