mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-24 01:29:57 +08:00
[KSM] support keep sampling mask (#7146)
* [KSM] support keep sampling mask * Remove Comments * remove logz_per_batch * fix the description and checking
This commit is contained in:
@@ -166,6 +166,7 @@ class TestTokenProcessorProcessBatchOutput(unittest.TestCase):
|
||||
processor.total_step_per_request = {}
|
||||
processor.accept_token_num_per_head_per_request = {}
|
||||
processor.accept_token_num_per_head = [0] * MAX_DRAFT_TOKENS
|
||||
processor.use_sampling_mask = False
|
||||
|
||||
# processor._recycle_resources = Mock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user