Skip to content

Commit

Permalink
Move executorch to optimum-executorch (#2165)
Browse files Browse the repository at this point in the history
* Move executorch

* remove workflows

* fix docs

* remove executorch command
  • Loading branch information
echarlaix authored Jan 23, 2025
1 parent ded71c2 commit 4fdeea7
Show file tree
Hide file tree
Showing 36 changed files with 4 additions and 2,089 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/test_executorch_export.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/test_executorch_runtime.yml

This file was deleted.

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.

Loading

0 comments on commit 4fdeea7

Please sign in to comment.