Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-fong committed Jan 23, 2025
1 parent ac914c4 commit ef574bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Identifiers and configuration classes are explained in more detail in the [next
| `prefix_tuning_flat` | `PrefixTuningConfig(flat=True)` | [Prefix Tuning](methods.html#prefix-tuning) |
| `lora` | `LoRAConfig()` | [LoRA](methods.html#lora) |
| `ia3` | `IA3Config()` | [IA³](methods.html#ia-3) |
| `vera` | `VeraConfig()` | [Vera](methods.html#vera) |
| `mam` | `MAMConfig()` | [Mix-and-Match Adapters](method_combinations.html#mix-and-match-adapters) |
| `unipelt` | `UniPELTConfig()` | [UniPELT](method_combinations.html#unipelt) |
| `prompt_tuning` | `PromptTuningConfig()` | [Prompt Tuning](methods.html#prompt-tuning) |
Expand Down
1 change: 1 addition & 0 deletions src/adapters/configuration/adapter_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ def __init__(
"prompt_tuning": PromptTuningConfig(),
"lora": LoRAConfig(),
"ia3": IA3Config(),
"vera": VeraConfig(),
"loreft": LoReftConfig(),
"noreft": NoReftConfig(),
"direft": DiReftConfig(),
Expand Down

0 comments on commit ef574bf

Please sign in to comment.