Skip to content

Commit

Permalink
Fix lora issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisarlik committed Mar 28, 2024
1 parent f0c3820 commit daa7710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gritlm/training/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def main():
# https://github.com/texttron/tevatron/blob/2e5d00ee21d5a7db0bd2ea1463c9150a572106d4/examples/repllama/repllama.py#L81
# https://github.com/allenai/open-instruct/blob/9ebcb582cfc243a6dab75b4302fa432784db26c2/open_instruct/finetune.py#L478
peft_config = LoraConfig(
task_type=TaskType.CAUSAL_LM,
inference_mode=False,
r=16,
lora_alpha=64,
Expand Down

0 comments on commit daa7710

Please sign in to comment.