Skip to content

Commit 245b1fe

Browse files
committed
Forget one line change
1 parent 2d84696 commit 245b1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"llama2": ("llama", "Llama2Model"),
2020
"llama": ("llama", "Llama2Model"),
2121
"llama3_2_vision_encoder": ("llama3_2_vision", "FlamingoVisionEncoderModel"),
22-
# "llama3_2_text_decoder": ("llama3_2_vision", "Llama3_2Decoder"),
22+
"llama3_2_text_decoder": ("llama3_2_vision", "Llama3_2Decoder"),
2323
"lstm": ("lstm", "LSTMModel"),
2424
"mobilebert": ("mobilebert", "MobileBertModelExample"),
2525
"mv2": ("mobilenet_v2", "MV2Model"),

0 commit comments

Comments
 (0)