From 8fd53e004518cb52a7def340adfd0e873ae6298d Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 30 Mar 2023 14:26:12 -0700 Subject: [PATCH] fix path to peftconfigmixin? --- docs/source/package_reference/config.mdx | 2 +- docs/source/package_reference/peft_model.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/package_reference/config.mdx b/docs/source/package_reference/config.mdx index 1a2212f..6866685 100644 --- a/docs/source/package_reference/config.mdx +++ b/docs/source/package_reference/config.mdx @@ -4,7 +4,7 @@ The configuration classes stores the configuration of a [`PeftModel`], PEFT adap ## PeftConfigMixin -[[autodoc]] PeftConfigMixin +[[autodoc]] utils.config.PeftConfigMixin - all ## PeftConfig diff --git a/docs/source/package_reference/peft_model.mdx b/docs/source/package_reference/peft_model.mdx index 771fd49..f2618ef 100644 --- a/docs/source/package_reference/peft_model.mdx +++ b/docs/source/package_reference/peft_model.mdx @@ -1,4 +1,4 @@ -## Models +# Models [`PeftModel`] is the base model class for specifying the base Transformer model and configuration to apply a PEFT method to. The base `PeftModel` contains methods for loading and saving models from the Hub, and supports the [`PromptEncoder`] for prompt learning.