We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e63a commit a7ea22fCopy full SHA for a7ea22f
vllm/lora/utils.py
@@ -124,7 +124,7 @@ def parse_fine_tuned_lora_name(
124
name = "base_model.model." + name
125
126
# In some situations, we may not start with `base_model.model.`.
127
- # If we don't, we should keep the prefix intact.
+ # If we don't (e.g., ibm-granite/granite-speech-3.3-8b), we should keep the prefix intact.
128
start_index = 2 if "base_model.model." in name else 0
129
130
parts = name.split(".")
0 commit comments