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 16e5e8f commit 82bb6ccCopy full SHA for 82bb6cc
optimum/exporters/onnx/model_configs.py
@@ -499,9 +499,7 @@ class GemmaOnnxConfig(LlamaOnnxConfig):
499
MIN_TRANSFORMERS_VERSION = version.parse("4.38.0")
500
501
502
-@register_tasks_manager_onnx(
503
- "gemma3", *[*COMMON_TEXT_GENERATION_TASKS, "text-classification"]
504
-)
+@register_tasks_manager_onnx("gemma3", *[*COMMON_TEXT_GENERATION_TASKS, "text-classification"])
505
class Gemma3OnnxConfig(LlamaOnnxConfig):
506
DUMMY_INPUT_GENERATOR_CLASSES = (
507
DummyTextInputGenerator,
0 commit comments