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 03d4de3 commit 8345410Copy full SHA for 8345410
optimum/exporters/onnx/model_configs.py
@@ -507,9 +507,7 @@ class GemmaOnnxConfig(LlamaOnnxConfig):
507
MIN_TRANSFORMERS_VERSION = version.parse("4.38.0")
508
509
510
-@register_tasks_manager_onnx(
511
- "gemma3", *[*COMMON_TEXT_GENERATION_TASKS, "text-classification"]
512
-)
+@register_tasks_manager_onnx("gemma3", *[*COMMON_TEXT_GENERATION_TASKS, "text-classification"])
513
class Gemma3OnnxConfig(LlamaOnnxConfig):
514
DUMMY_INPUT_GENERATOR_CLASSES = (
515
DummyTextInputGenerator,
0 commit comments