AutoTune (fm-tune)
Copyright 2023-present International Business Machines Corporation

This product includes software developed at IBM Research.

Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a
copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

--------------------------------------------------------------------------------
Third-party attributions
--------------------------------------------------------------------------------

This product contains code adapted from the following Apache-2.0 project:

* HuggingFace PEFT (https://github.com/huggingface/peft)
  Copyright The HuggingFace Team. Licensed under the Apache License, Version 2.0.
    - autotune/alora_patch.py adapts LoraModel._enable_peft_forward_hooks
      from peft.tuners.lora.model.
    - autotune/trainers/_alora_gc.py adapts ALoraLinearVariant.forward
      from peft.tuners.lora.variants.
