fix path to peftconfigmixin?

This commit is contained in:
Steven
2023-03-31 13:46:02 -07:00
committed by Steven Liu
parent 39fb96316f
commit 8fd53e0045
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ The configuration classes stores the configuration of a [`PeftModel`], PEFT adap
## PeftConfigMixin
[[autodoc]] PeftConfigMixin
[[autodoc]] utils.config.PeftConfigMixin
- all
## PeftConfig
+1 -1
View File
@@ -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.