[chat template] return assistant mask in processors (#38545)
* messed up the git history, squash commits * raise error if slow and refine tests * index was off by one * fix the test
This commit is contained in:
committed by
GitHub
parent
328ca9cf1d
commit
bcc0091937
@@ -206,3 +206,7 @@ class ShieldGemma2ProcessorTest(ProcessorTesterMixin, unittest.TestCase):
|
||||
@unittest.skip("Parent test needs to be adapted for ShieldGemma 2.")
|
||||
def test_kwargs_overrides_default_image_processor_kwargs(self):
|
||||
pass
|
||||
|
||||
@unittest.skip("ShieldGemma requires images in input, and fails in text-only processing")
|
||||
def test_apply_chat_template_assistant_mask(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user