From 6d361cebc9d449ac153df078d5c4d8dfa4b2110d Mon Sep 17 00:00:00 2001 From: Guang Yang <42389959+guangy10@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:01:37 -0800 Subject: [PATCH] Update configuration.mdx Fix auddoc in configuration.mdx --- .../exporters/executorch/package_reference/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/exporters/executorch/package_reference/configuration.mdx b/docs/source/exporters/executorch/package_reference/configuration.mdx index ac1f227818..b7a10b8041 100644 --- a/docs/source/exporters/executorch/package_reference/configuration.mdx +++ b/docs/source/exporters/executorch/package_reference/configuration.mdx @@ -48,7 +48,7 @@ configurations allow users to: [[autodoc]] exporters.executorch.recipe_registry.register_recipe -[[autodoc]] exporters.executorch.recipe.xnnpack.export_to_executorch_with_xnnpack +[[autodoc]] exporters.executorch.recipes.xnnpack.export_to_executorch_with_xnnpack The combination of task and recipe configurations ensures that users can customize both the high-level task setup and the low-level export details to suit their deployment requirements.