__init__.py 435 B

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