Generate: unify LogitsWarper and LogitsProcessor (#32626)
This commit is contained in:
@@ -413,6 +413,10 @@ class RecurrentGemmaModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineT
|
||||
def test_initialization(self):
|
||||
pass
|
||||
|
||||
@unittest.skip(reason="RecurrentGemma does not support generating with input embeddings (missing position_ids)")
|
||||
def test_inputs_embeds_matches_input_ids_with_generate(self):
|
||||
pass
|
||||
|
||||
|
||||
@require_torch_gpu
|
||||
@slow
|
||||
|
||||
Reference in New Issue
Block a user