Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weilong.yu committed Dec 13, 2024
1 parent 348855f commit 7711621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ def profile_run(self) -> None:
# Cleanup
if self.lora_config:
assert self.lora_manager is not None
self.remove_all_loras(()
self.remove_all_loras()
return

def remove_all_loras(self):
Expand Down

0 comments on commit 7711621

Please sign in to comment.