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 2a269df commit e9f5bddCopy full SHA for e9f5bdd
optimum/exporters/tasks.py
@@ -653,6 +653,13 @@ class TasksManager:
653
"text-generation-with-past",
654
"text-classification",
655
),
656
+ "gemma3": supported_tasks_mapping(
657
+ "feature-extraction",
658
+ "feature-extraction-with-past",
659
+ "text-generation",
660
+ "text-generation-with-past",
661
+ "text-classification",
662
+ ),
663
"glpn": supported_tasks_mapping(
664
"feature-extraction",
665
"depth-estimation",
0 commit comments