Link Optimum-ExecuTorch to parent Optimum on Hub#2222
Conversation
abbb06f to
2321195
Compare
|
don't seem to have permission to kickoff the CI |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
| <a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="https://huggingface.co/docs/optimum-executorch/index" | ||
| ><div class="w-full text-center bg-gradient-to-br from-red-400 to-red-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">ExecuTorch</div> | ||
| <p class="text-gray-700">PyTorch’s native solution to training and inference on the Edge devices <span class="underline" onclick="event.preventDefault(); window.open('https://pytorch.org/executorch/stable/', '_blank');">ExecuTorch</span></p> | ||
| </a> |
There was a problem hiding this comment.
I think it does not make sense to put it here since we already have a square for "Exporters" which ExecuTorch belongs to.
IMO you should add a ExecuTorch section under https://moon-ci-docs.huggingface.co/docs/optimum/pr_2222/en/exporters/overview instead.
There was a problem hiding this comment.
@michaelbenayoun Because I see ONNXRuntime is listed in this section. ExecuTorch is not just a exporter, torch.export is, and it's only the entry point to the ExecuTorch stack. ExecuTorch provides runtime as well, similar to ONNXRuntime, and it also provides hardware delegations and optimized kernels, etc. The inference models in optimum-executorch are using ExecuTorch runtime and its kernel libraries.
There was a problem hiding this comment.
Alright makes sense. I will validate that for now, waiting for @echarlaix to be back to discuss about it.
4b6ae14 to
b9f0f1b
Compare
|
Small tweaks on the color and texts |
What does this PR do?
Fix discoverability of Optimum-ExecuTorch on 🤗 from parent Optimum doc site on Hub.
Fixes # huggingface/optimum-executorch#35
Before submitting
Who can review?
@echarlaix @michaelbenayoun