docs/source/package_reference/auto_class.md
The AutoPeftModel classes loads the appropriate PEFT model for the task type by automatically inferring it from the configuration file. They are designed to quickly and easily load a PEFT model in a single line of code without having to worry about which exact model class you need or manually loading a [PeftConfig].
[[autodoc]] auto.AutoPeftModel - from_pretrained
[[autodoc]] auto.AutoPeftModelForCausalLM
[[autodoc]] auto.AutoPeftModelForSeq2SeqLM
[[autodoc]] auto.AutoPeftModelForSequenceClassification
[[autodoc]] auto.AutoPeftModelForTokenClassification
[[autodoc]] auto.AutoPeftModelForQuestionAnswering
[[autodoc]] auto.AutoPeftModelForFeatureExtraction