Skip to content

Commit a7ea22f

Browse files
Update vllm/lora/utils.py
Co-authored-by: Jee Jee Li <[email protected]> Signed-off-by: Alex-Brooks <[email protected]>
1 parent 001e63a commit a7ea22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/lora/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ 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, we should keep the prefix intact.
127+
# If we don't (e.g., ibm-granite/granite-speech-3.3-8b), we should keep the prefix intact.
128128
start_index = 2 if "base_model.model." in name else 0
129129

130130
parts = name.split(".")

0 commit comments

Comments
 (0)