Skip to content

Commit 18cd2f8

Browse files
committed
fix yapf error
Signed-off-by: Ronald1995 <[email protected]>
1 parent fb77399 commit 18cd2f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm_ascend/worker/npu_input_batch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class CachedRequestState:
6969
prompt_embeds: Optional[torch.Tensor] = None
7070

7171
prev_num_draft_len: int = 0 # previous number of draft tokens
72+
7273
def __post_init__(self):
7374
self.num_prompt_tokens = length_from_prompt_token_ids_or_embeds(
7475
self.prompt_token_ids, self.prompt_embeds)

0 commit comments

Comments
 (0)