Skip to content

Commit 7378283

Browse files
committed
format fix
Signed-off-by: xuyexiong <xuyexiong@huawei.com>
1 parent 2c6202a commit 7378283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/worker/model_runner_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def _set_up_drafter(self):
594594
self.discard_request_indices = self._make_buffer(self.max_num_reqs,
595595
dtype=torch.int64)
596596
self.num_discarded_requests = 0
597-
597+
598598
def _get_drafter(self):
599599
return get_spec_decode_method(self.speculative_config.method,
600600
self.vllm_config, self.device, self)

0 commit comments

Comments
 (0)