We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d84696 commit 245b1feCopy full SHA for 245b1fe
examples/models/__init__.py
@@ -19,7 +19,7 @@
19
"llama2": ("llama", "Llama2Model"),
20
"llama": ("llama", "Llama2Model"),
21
"llama3_2_vision_encoder": ("llama3_2_vision", "FlamingoVisionEncoderModel"),
22
- # "llama3_2_text_decoder": ("llama3_2_vision", "Llama3_2Decoder"),
+ "llama3_2_text_decoder": ("llama3_2_vision", "Llama3_2Decoder"),
23
"lstm": ("lstm", "LSTMModel"),
24
"mobilebert": ("mobilebert", "MobileBertModelExample"),
25
"mv2": ("mobilenet_v2", "MV2Model"),
0 commit comments