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 6a36b52 commit a7b507bCopy full SHA for a7b507b
torchtune/models/llama2/__init__.py
@@ -4,7 +4,6 @@
4
# This source code is licensed under the BSD-style license found in the
5
# LICENSE file in the root directory of this source tree.
6
7
-from ._checkpoint_utils import convert_llama2_fair_format
8
from ._component_builders import llama2, lora_llama2
9
10
from ._model_builders import ( # noqa
@@ -19,7 +18,6 @@
19
18
from ._model_utils import scale_hidden_dim_for_mlp
20
21
__all__ = [
22
- "convert_llama2_fair_format",
23
"llama2",
24
"llama2_7b",
25
"llama2_tokenizer",
torchtune/models/llama2/_checkpoint_utils.py
0 commit comments