Skip to content

Commit

Permalink
Remove unused imports in models/__init__.py (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebsmothers authored Apr 26, 2024
1 parent cc2dd05 commit 3890200
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions torchtune/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

from torchtune.models import ( # noqa
code_llama2,
convert_weights,
gemma,
llama2,
mistral,
)

0 comments on commit 3890200

Please sign in to comment.