Skip to content

Commit

Permalink
[BUGFIX] fix worker selector non-return issue (#508)
Browse files Browse the repository at this point in the history
This is a bug fixed introduced by last spec_decode PR formatting commit.
Fix here
  • Loading branch information
xuechendi authored Nov 18, 2024
1 parent c601886 commit dac5d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@


def init_worker(*args, **kwargs):
WorkerCls(*args, **kwargs)
return WorkerCls(*args, **kwargs)

0 comments on commit dac5d80

Please sign in to comment.