__init__.py 278 B

123456
  1. # Copyright (c) Meta Platforms, Inc. and affiliates.
  2. # This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.
  3. from .generation import Llama, Dialog
  4. from .model import ModelArgs, Transformer
  5. from .tokenizer import Tokenizer