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 262a819Copy full SHA for 262a819
optimum/commands/optimum_cli.py
@@ -175,6 +175,8 @@ def register_optimum_cli_subcommand(
175
176
177
def main():
178
+ print("HELLO from optimum")
179
+ print()
180
root = RootOptimumCLICommand("Optimum CLI tool", usage="optimum-cli")
181
parser = root.parser
182
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