From 45b1b2e5dad3cf94739cc668f18830a824f60586 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 15:47:23 +0530 Subject: [PATCH] docs: fix typo acheived -> achieved Signed-off-by: Vaibhav Srivastava --- docs/src/content/docs/start-here/manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/start-here/manual.mdx b/docs/src/content/docs/start-here/manual.mdx index 29484f46741..f7724861132 100644 --- a/docs/src/content/docs/start-here/manual.mdx +++ b/docs/src/content/docs/start-here/manual.mdx @@ -90,7 +90,7 @@ The following commands vary depending on the version of Invoke being installed a - If you have an Nvidia 20xx series GPU or older, use `invokeai[xformers]`. - If you have an Nvidia 30xx series GPU or newer, or do not have an Nvidia GPU, use `invokeai`. - 7. Determine the torch backend to use for installation, if any. This is necessary to get the right version of torch installed. This is acheived by using [UV's built in torch support.](https://docs.astral.sh/uv/guides/integration/pytorch/#automatic-backend-selection) + 7. Determine the torch backend to use for installation, if any. This is necessary to get the right version of torch installed. This is achieved by using [UV's built in torch support.](https://docs.astral.sh/uv/guides/integration/pytorch/#automatic-backend-selection) :::note[Torch Backend Selection] Pick a torch backend only when it applies to your system. In all other cases, do not use a torch backend.