From 1842eeb96fbc3866ed908d4af4f228b2cf1b7831 Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Mon, 24 Feb 2025 20:59:58 +0800 Subject: [PATCH] docs: small fixes (#1224) --- docs/source/distributions/selection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/distributions/selection.md b/docs/source/distributions/selection.md index da1b0df9c..269b14bce 100644 --- a/docs/source/distributions/selection.md +++ b/docs/source/distributions/selection.md @@ -17,7 +17,7 @@ Which templates / distributions to choose depends on the hardware you have for r - {dockerhub}`distribution-nvidia` ([Guide](self_hosted_distro/nvidia)) - **Are you running on a "regular" desktop or laptop ?** We suggest using the ollama template for quick prototyping and get started without having to worry about needing GPUs. - - {dockerhub}`distribution-ollama` ([link](self_hosted_distro/ollama)) + - {dockerhub}`distribution-ollama` ([Guide](self_hosted_distro/ollama)) - **Do you have an API key for a remote inference provider like Fireworks, Together, etc.?** If so, we suggest: - {dockerhub}`distribution-together` ([Guide](self_hosted_distro/together)) @@ -28,7 +28,7 @@ Which templates / distributions to choose depends on the hardware you have for r - [Android](ondevice_distro/android_sdk) -- **If none of the above fit your needs, you can also build your own [custom distribution](building_distro).** +- **If none of the above fit your needs, you can also build your own [custom distribution](building_distro.md).** ### Distribution Details