Skip to content

Commit

Permalink
Add btlm to officially supported LoRA (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trapper4888 authored Jul 26, 2023
1 parent 8541b60 commit ffbb6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/peft/utils/other.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def transpose(weight, fan_in_fan_out):
"RefinedWebModel": ["query_key_value"],
"RefinedWeb": ["query_key_value"],
"falcon": ["query_key_value"],
"btlm": ["c_proj", "c_attn"],
}

TRANSFORMERS_MODELS_TO_IA3_TARGET_MODULES_MAPPING = {
Expand Down

0 comments on commit ffbb6bc

Please sign in to comment.