Skip to content

Commit e5428de

Browse files
committed
Move to subdir
1 parent a89d6b2 commit e5428de

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

examples/models/llama3_2_vision/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
from .model import Llama3_2Decoder
7+
from .text_decoder.model import Llama3_2Decoder
88

99
__all__ = [Llama3_2Decoder]

0 commit comments

Comments
 (0)