mirror of
https://github.com/wassname/peft.git
synced 2026-09-09 11:28:32 +08:00
fix path to peftconfigmixin?
This commit is contained in:
@@ -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,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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user