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 a7ea22f commit 5504775Copy full SHA for 5504775
vllm/lora/utils.py
@@ -124,7 +124,8 @@ 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 (e.g., ibm-granite/granite-speech-3.3-8b), we should keep the prefix intact.
+ # If we don't (e.g., ibm-granite/granite-speech-3.3-8b),
128
+ # we should keep the prefix intact.
129
start_index = 2 if "base_model.model." in name else 0
130
131
parts = name.split(".")
0 commit comments