Skip to content

Commit af92bb2

Browse files
committed
Fix
Signed-off-by: Jee Jee Li <[email protected]>
1 parent 048d6b5 commit af92bb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/lora/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ def from_lora_tensors(
132132
pin_memory = str(device) == "cpu" and is_pin_memory_available()
133133
loras: dict[str, LoRALayerWeights] = {}
134134
for tensor_name, tensor in tensors.items():
135-
if "lm_head" in tensor_name:
136-
pass
137135
module_name, is_lora_a, is_bias = parse_fine_tuned_lora_name(
138136
tensor_name, weights_mapper)
139137
if module_name not in loras:

0 commit comments

Comments
 (0)