"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "08c29020dd558899a53137441f908ab668c427d6"
Unverified Commit e4522fe3 authored by Arthur's avatar Arthur Committed by GitHub
Browse files

fix slow integration gemma2 test (#32534)

no empty revision
parent 7728b788
...@@ -138,7 +138,6 @@ class GemmaTokenizationTest(TokenizerTesterMixin, unittest.TestCase): ...@@ -138,7 +138,6 @@ class GemmaTokenizationTest(TokenizerTesterMixin, unittest.TestCase):
self.tokenizer_integration_test_util( self.tokenizer_integration_test_util(
expected_encoding=expected_encoding, expected_encoding=expected_encoding,
model_name="google/gemma-2b", model_name="google/gemma-2b",
revision="",
padding=False, padding=False,
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment