Skip to content

Commit 07e9672

Browse files
authored
Fix qwen import typo (#9535)
1 parent 54d1249 commit 07e9672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/qwen2_5/__init__.py

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

4-
from executorch.example.models.llama.model import Llama2Model
4+
from executorch.examples.models.llama.model import Llama2Model
55

66

77
class Qwen2_5Model(Llama2Model):

0 commit comments

Comments
 (0)