Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao committed Nov 1, 2024
1 parent b4670b5 commit a02f2b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vllm/worker/enc_dec_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ModelInputForGPUWithSamplingMetadata,
_get_graph_batch_size)
from vllm.worker.model_runner_base import (
ModelRunnerBase, _add_attn_metadata_broadcastable_dict,
_add_attn_metadata_broadcastable_dict,
_add_sampling_metadata_broadcastable_dict)
from vllm.worker.utils import assert_enc_dec_mr_supported_scenario

Expand Down Expand Up @@ -91,8 +91,6 @@ def __init__(
models) but these arguments are present here for compatibility with
the base-class constructor.
'''
ModelRunnerBase.__init__(self, vllm_config=vllm_config)

self._maybe_force_supported_attention_backend()

super().__init__(
Expand Down

0 comments on commit a02f2b3

Please sign in to comment.