mirror of
https://github.com/wassname/peft.git
synced 2026-09-09 11:28:32 +08:00
use explicit path
This commit is contained in:
@@ -12,24 +12,24 @@ For finetuning a model with LoRA.
|
||||
|
||||
[[autodoc]] tuners.lora.LoraLayer
|
||||
|
||||
[[autodoc]] Linear
|
||||
[[autodoc]] tuners.lora.Linear
|
||||
|
||||
[[autodoc]] MergedLinear
|
||||
[[autodoc]] tuners.lora.MergedLinear
|
||||
|
||||
## P-tuning
|
||||
|
||||
[[autodoc]] PromptEncoderConfig
|
||||
[[autodoc]] tuners.p_tuning.PromptEncoderConfig
|
||||
|
||||
[[autodoc]] PromptEncoder
|
||||
[[autodoc]] tuners.p_tuning.PromptEncoder
|
||||
|
||||
## Prefix tuning
|
||||
|
||||
[[autodoc]] PrefixTuningConfig
|
||||
[[autodoc]] tuners.prefix_tuning.PrefixTuningConfig
|
||||
|
||||
[[autodoc]] PrefixEncoder
|
||||
[[autodoc]] tuners.prefix_tuning.PrefixEncoder
|
||||
|
||||
## Prompt tuning
|
||||
|
||||
[[autodoc]] PromptTuningConfig
|
||||
[[autodoc]] tuners.prompt_tuning.PromptTuningConfig
|
||||
|
||||
[[autodoc]] PromptEmbedding
|
||||
[[autodoc]] tuners.prompt_tuning.PromptEmbedding
|
||||
Reference in New Issue
Block a user