Skip to content

Commit

Permalink
remove executorch command
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jan 21, 2025
1 parent 276f26e commit 2d8629e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions optimum/commands/export/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""optimum.exporters command-line interface base classes."""

from .. import BaseOptimumCLICommand, CommandInfo
from .executorch import ExecuTorchExportCommand
from .onnx import ONNXExportCommand
from .tflite import TFLiteExportCommand

Expand All @@ -26,11 +25,6 @@ class ExportCommand(BaseOptimumCLICommand):
help="Export PyTorch and TensorFlow models to several format.",
)
SUBCOMMANDS = (
CommandInfo(
name="executorch",
help="Export PyTorch model to ExecuTorch.",
subcommand_class=ExecuTorchExportCommand,
),
CommandInfo(
name="onnx",
help="Export PyTorch and TensorFlow to ONNX.",
Expand Down

0 comments on commit 2d8629e

Please sign in to comment.