mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Fix typo in batch concatination
This commit is contained in:
parent
66705831a9
commit
25d6ddf6ea
@ -646,7 +646,7 @@ class FlashCausalLMBatch(Batch):
|
|||||||
next_token_chooser_parameters.extend([r.parameters for r in batch.requests])
|
next_token_chooser_parameters.extend([r.parameters for r in batch.requests])
|
||||||
stopping_criterias.extend(batch.stopping_criterias)
|
stopping_criterias.extend(batch.stopping_criterias)
|
||||||
|
|
||||||
top_n_tokens.extend(top_n_tokens)
|
top_n_tokens.extend(batch.top_n_tokens)
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
cumulative_batch_size += len(batch)
|
cumulative_batch_size += len(batch)
|
||||||
|
Loading…
Reference in New Issue
Block a user