Skip to content

Commit 5504775

Browse files
Fix formatting
Signed-off-by: Alex-Brooks <[email protected]>
1 parent a7ea22f commit 5504775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/lora/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def parse_fine_tuned_lora_name(
124124
name = "base_model.model." + name
125125

126126
# In some situations, we may not start with `base_model.model.`.
127-
# If we don't (e.g., ibm-granite/granite-speech-3.3-8b), we should keep the prefix intact.
127+
# If we don't (e.g., ibm-granite/granite-speech-3.3-8b),
128+
# we should keep the prefix intact.
128129
start_index = 2 if "base_model.model." in name else 0
129130

130131
parts = name.split(".")

0 commit comments

Comments
 (0)