Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
Signed-off-by: Jee Jee Li <[email protected]>
  • Loading branch information
jeejeelee committed Jan 29, 2025
1 parent 207891f commit 7b1480a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/worker/model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,7 @@ def _dummy_run(self,
self.execute_model(model_input, kv_caches, intermediate_tensors)
torch.cuda.synchronize()
if self.lora_config:
# Remove dummy loras.
assert self.lora_manager is not None
self.remove_all_loras()
return
Expand Down

0 comments on commit 7b1480a

Please sign in to comment.