File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
recipes/configs/llama3_2_vision Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ tokenizer:
2828 _component_ : torchtune.models.llama3_2_vision.llama3_2_vision_transform
2929 path : /tmp/Llama-3.2-11B-Vision-Instruct/original/tokenizer.model
3030 image_size : 560
31+ max_seq_len : 8192
3132
3233# Checkpointer
3334checkpointer :
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ tokenizer:
3030 _component_ : torchtune.models.llama3_2_vision.llama3_2_vision_transform
3131 path : /tmp/Llama-3.2-11B-Vision-Instruct/original/tokenizer.model
3232 image_size : 560
33+ max_seq_len : 8192
3334
3435# Checkpointer
3536checkpointer :
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tokenizer:
3434 _component_ : torchtune.models.llama3_2_vision.llama3_2_vision_transform
3535 path : /tmp/Llama-3.2-11B-Vision-Instruct/original/tokenizer.model
3636 image_size : 560
37+ max_seq_len : 8192
3738
3839# Checkpointer
3940checkpointer :
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ tokenizer:
3232 _component_ : torchtune.models.llama3_2_vision.llama3_2_vision_transform
3333 path : /tmp/Llama-3.2-11B-Vision-Instruct/original/tokenizer.model
3434 image_size : 560
35+ max_seq_len : 8192
3536
3637# Checkpointer
3738checkpointer :
You can’t perform that action at this time.
0 commit comments