From 667c101104d10a34bdbd3ef51cc77841fab98395 Mon Sep 17 00:00:00 2001 From: binbashburns Date: Wed, 28 Aug 2024 16:21:42 -0400 Subject: [PATCH] docs: fixed uds bundle path on Quick Start page (Building the UDS Bundle) (#962) --- website/content/en/docs/local-deploy-guide/quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/docs/local-deploy-guide/quick_start.md b/website/content/en/docs/local-deploy-guide/quick_start.md index cb65bd5ba..63d90ebc6 100644 --- a/website/content/en/docs/local-deploy-guide/quick_start.md +++ b/website/content/en/docs/local-deploy-guide/quick_start.md @@ -48,12 +48,12 @@ If you already have a pre-built UDS bundle, please skip to [Deploying the UDS Bu ```bash # For CPU-only - cd bundles/latest/cpu/ + cd uds-bundles/latest/cpu/ uds create . UDS_ARCH=amd64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm # For compatible AMD64, NVIDIA CUDA-capable GPU machines - cd bundles/latest/gpu/ + cd uds-bundles/latest/gpu/ uds create . UDS_ARCH=amd64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm ```