We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a795a0 commit ae6256bCopy full SHA for ae6256b
1 file changed
keras_hub/src/utils/transformers/export/gemma3_test.py
@@ -16,6 +16,9 @@
16
17
class TestGemma3Export(TestCase):
18
def test_export_to_hf(self):
19
+ self.skipTest(
20
+ "TODO: Fix generated output matching between Keras and HF export."
21
+ )
22
proto = os.path.join(self.get_test_data_dir(), "gemma3_test_vocab.spm")
23
tokenizer = Gemma3Tokenizer(proto=proto)
24
0 commit comments