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 54d1249 commit 07e9672Copy full SHA for 07e9672
examples/models/qwen2_5/__init__.py
@@ -1,7 +1,7 @@
1
# This source code is licensed under the BSD-style license found in the
2
# LICENSE file in the root directory of this source tree.
3
4
-from executorch.example.models.llama.model import Llama2Model
+from executorch.examples.models.llama.model import Llama2Model
5
6
7
class Qwen2_5Model(Llama2Model):
0 commit comments