Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generation): remove base transformers warpers
The logits warpers used for sampling are now included in the list of processors obtained when calling GenerationMixin._get_logits_processor. We need to remove them explicitly because we use instead a fused logits warper (which is 10x faster).
- Loading branch information