Skip to content

Commit

Permalink
Update vllm/lora/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
  • Loading branch information
Jeffwan and Yard1 committed Jul 16, 2024
1 parent 0993ce6 commit 13a9b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/lora/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def parse_fine_tuned_lora_name(name: str) -> Tuple[str, bool]:
raise ValueError(f"{name} is unsupported LoRA weight")


def get_lora_absolute_path(lora_path: str) -> str:
def get_adapter_absolute_path(lora_path: str) -> str:
"""
Resolves the given lora_path to an absolute local path.
Expand Down

0 comments on commit 13a9b59

Please sign in to comment.