File size: 356 Bytes
75b6530 |
1 2 3 4 5 6 7 8 9 10 11 |
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
# Import the built-in models here so that the corresponding register_model_spec()
# will be called.
import torchtitan.models.llama3 # noqa: F401
|