Add assert about BS

pull/570/head
Artem Chumachenko 1 month ago
parent 5f91793f8c
commit a447cbe16d

@ -38,7 +38,7 @@ class RemotePastKeyValues(Cache):
self.seen_tokens += new_seen
def reorder_cache(self, beam_idx):
pass
raise NotImplementedError("Beam search reordering is not implemented yet")
_skipped_tokens = ContextVar("skipped_tokens", default=0)

Loading…
Cancel
Save