__init__.py 347 B

12345678
  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 .mixed_precision import *
  4. from .wrapping import *
  5. from .activation_checkpointing_functions import apply_fsdp_checkpointing
  6. from .anyprecision_optimizer import AnyPrecisionAdamW