瀏覽代碼

decoder frozen

Beto de Paola 1 周之前
父節點
當前提交
506f7a5757
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting-started/finetuning/vision/11B_full_w2.yaml

+ 1 - 1
getting-started/finetuning/vision/11B_full_w2.yaml

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