Skip to content

Commit a7b507b

Browse files
authored
Remove Dead Code (#787)
1 parent 6a36b52 commit a7b507b

File tree

2 files changed

+0
-181
lines changed

2 files changed

+0
-181
lines changed

torchtune/models/llama2/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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 ._checkpoint_utils import convert_llama2_fair_format
87
from ._component_builders import llama2, lora_llama2
98

109
from ._model_builders import ( # noqa
@@ -19,7 +18,6 @@
1918
from ._model_utils import scale_hidden_dim_for_mlp
2019

2120
__all__ = [
22-
"convert_llama2_fair_format",
2321
"llama2",
2422
"llama2_7b",
2523
"llama2_tokenizer",

torchtune/models/llama2/_checkpoint_utils.py

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)