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 a89d6b2 commit e5428deCopy full SHA for e5428de
examples/models/llama3_2_vision/__init__.py
@@ -4,6 +4,6 @@
4
# This source code is licensed under the BSD-style license found in the
5
# LICENSE file in the root directory of this source tree.
6
7
-from .model import Llama3_2Decoder
+from .text_decoder.model import Llama3_2Decoder
8
9
__all__ = [Llama3_2Decoder]
examples/models/llama3_2_vision/model.py renamed to examples/models/llama3_2_vision/text_decoder/model.py
examples/models/llama3_2_vision/params/demo_config.json renamed to examples/models/llama3_2_vision/text_decoder/params/demo_config.json
0 commit comments