From eaf92c6811b0744a6ae0eeef037abaae34db483d Mon Sep 17 00:00:00 2001 From: Michael Benayoun Date: Thu, 12 Dec 2024 17:12:41 +0100 Subject: [PATCH] Fix doc --- .../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 b7a10b8041..ac1f227818 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.recipes.xnnpack.export_to_executorch_with_xnnpack +[[autodoc]] exporters.executorch.recipe.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.