LICENSE
README.md
pyproject.toml
setup.py
src/peft/__init__.py
src/peft/auto.py
src/peft/config.py
src/peft/helpers.py
src/peft/import_utils.py
src/peft/mapping.py
src/peft/peft_model.py
src/peft/py.typed
src/peft.egg-info/PKG-INFO
src/peft.egg-info/SOURCES.txt
src/peft.egg-info/dependency_links.txt
src/peft.egg-info/requires.txt
src/peft.egg-info/top_level.txt
src/peft/tuners/__init__.py
src/peft/tuners/adalora.py
src/peft/tuners/adaption_prompt.py
src/peft/tuners/ia3.py
src/peft/tuners/lora.py
src/peft/tuners/p_tuning.py
src/peft/tuners/prefix_tuning.py
src/peft/tuners/prompt_tuning.py
src/peft/tuners/tuners_utils.py
src/peft/utils/__init__.py
src/peft/utils/hub_utils.py
src/peft/utils/other.py
src/peft/utils/peft_types.py
src/peft/utils/save_and_load.py
tests/test_adaption_prompt.py
tests/test_common_gpu.py
tests/test_config.py
tests/test_decoder_models.py
tests/test_encoder_decoder_models.py
tests/test_feature_extraction_models.py
tests/test_gpu_examples.py
tests/test_stablediffusion.py
tests/testing_common.py
tests/testing_utils.py