From d42a94811047e8e03ae28ef0d588bb4a255576f2 Mon Sep 17 00:00:00 2001 From: Jack <32371937+jackzhxng@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:37:54 -0700 Subject: [PATCH] Fix qwen typo --- examples/models/qwen2_5/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/qwen2_5/__init__.py b/examples/models/qwen2_5/__init__.py index d86a97a114d..03fc5aa2b30 100644 --- a/examples/models/qwen2_5/__init__.py +++ b/examples/models/qwen2_5/__init__.py @@ -1,7 +1,7 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. -from executorch.example.models.llama.model import Llama2Model +from executorch.examples.models.llama.model import Llama2Model class Qwen2_5Model(Llama2Model):