Skip to content

Commit

Permalink
Pass template argument
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parnell <[email protected]>
  • Loading branch information
tdoublep committed Jan 21, 2025
1 parent 6e8de27 commit 9703645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/spyre_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def from_broadcasted_tensor_dict(
return cls(**tensor_dict)


class SpyreModelRunner(ModelRunnerBase):
class SpyreModelRunner(ModelRunnerBase[ModelInputForSpyre]):

def __init__(
self,
Expand Down

0 comments on commit 9703645

Please sign in to comment.