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 1df29d1 commit 038265eCopy full SHA for 038265e
examples/models/__init__.py
@@ -19,7 +19,8 @@
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"),
+ # TODO: This take too long to export on both Linux and MacOS (> 6 hours)
23
+ # "llama3_2_text_decoder": ("llama3_2_vision", "Llama3_2Decoder"),
24
"lstm": ("lstm", "LSTMModel"),
25
"mobilebert": ("mobilebert", "MobileBertModelExample"),
26
"mv2": ("mobilenet_v2", "MV2Model"),
0 commit comments