Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jan 21, 2025
1 parent faddea6 commit 276f26e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 307 deletions.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip
RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/doc-builder.git

RUN git clone $clone_url && cd optimum && git checkout $commit_sha
RUN python3 -m pip install --no-cache-dir ./optimum[onnxruntime,benchmark,quality,exporters-executorch,doc-build,diffusers]
RUN python3 -m pip install --no-cache-dir ./optimum[onnxruntime,benchmark,quality,doc-build,diffusers]
17 changes: 0 additions & 17 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,6 @@
title: Reference
isExpanded: false
title: "ONNX"
- sections:
- local: exporters/executorch/overview
title: Overview
- sections:
- local: exporters/executorch/usage_guides/export_a_model
title: Export a model to ExecuTorch
- local: exporters/executorch/usage_guides/contribute
title: Add support for exporting an architecture to ExecuTorch
title: How-to guides
- sections:
- local: exporters/executorch/package_reference/configuration
title: ExecuTorch configurations
- local: exporters/executorch/package_reference/export
title: Export functions
title: Reference
isExpanded: false
title: "ExecuTorch"
- sections:
- local: exporters/tflite/overview
title: Overview
Expand Down
26 changes: 0 additions & 26 deletions docs/source/exporters/executorch/overview.mdx

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions docs/source/exporters/executorch/package_reference/export.mdx

This file was deleted.

57 changes: 0 additions & 57 deletions docs/source/exporters/executorch/usage_guides/contribute.mdx

This file was deleted.

124 changes: 0 additions & 124 deletions docs/source/exporters/executorch/usage_guides/export_a_model.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/exporters/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ specific language governing permissions and limitations under the License.

# Overview

🤗 Optimum enables exporting models from PyTorch or TensorFlow to different formats through its `exporters` module. For now, three exporting format are supported: ONNX, TFLite (TensorFlow Lite), and ExecuTorch.
🤗 Optimum enables exporting models from PyTorch or TensorFlow to different formats through its `exporters` module. For now, three exporting format are supported: ONNX and TFLite (TensorFlow Lite).
1 change: 0 additions & 1 deletion optimum/commands/export/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@


from .base import ExportCommand
from .executorch import ExecuTorchExportCommand
from .onnx import ONNXExportCommand
from .tflite import TFLiteExportCommand

0 comments on commit 276f26e

Please sign in to comment.