mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-12 12:47:21 +00:00
[Fix] resolve conflicts of rebasing feat/speculative-decoding (#5557)
- resolve conflicts of rebasing feat/speculative-decoding
This commit is contained in:
committed by
ocd_with_naming
parent
e1acb58423
commit
e60d430cf5
@@ -97,7 +97,6 @@ class BatchBucket:
|
||||
|
||||
@property
|
||||
def num_tokens_to_verify(self) -> int:
|
||||
assert self.use_spec_dec and self._num_tokens_to_verify is not None
|
||||
return self._num_tokens_to_verify
|
||||
|
||||
def set_use_spec_dec(self, num_tokens_to_verify: int = 5) -> None:
|
||||
|
Reference in New Issue
Block a user