Skip to content

Commit

Permalink
remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ollmer committed Sep 23, 2024
1 parent ee405cd commit b9bf60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tapeagents/finetune/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def apply_lora(model, lora_model_path):
break


def merge_lora(lora_model_path, same_folder=False):
def merge_lora(lora_model_path):
if lora_model_path[-1] == "/":
lora_model_path = lora_model_path[:-1]
assert os.path.isdir(lora_model_path), f"{lora_model_path} is not a dir"
Expand Down

0 comments on commit b9bf60c

Please sign in to comment.