From bfbee9e6cee86ca0f69669de66d5e3ec32a9e11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Marty?= <9808326+fxmarty@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:50:24 +0200 Subject: [PATCH] let's just hardcode the link --- docs/source/onnxruntime/usage_guides/pipelines.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/onnxruntime/usage_guides/pipelines.mdx b/docs/source/onnxruntime/usage_guides/pipelines.mdx index 6e01849accf..cdd85564783 100644 --- a/docs/source/onnxruntime/usage_guides/pipelines.mdx +++ b/docs/source/onnxruntime/usage_guides/pipelines.mdx @@ -57,7 +57,7 @@ There are tags on the Model Hub that allow you to filter for a model you'd like To be able to load the model with the ONNX Runtime backend, the export to ONNX needs to be supported for the considered architecture. -You can check the list of supported architectures [here](optimum/exporters/onnx/overview#overview). +You can check the list of supported architectures [here](https://huggingface.co/docs/optimum/exporters/onnx/overview#overview).