]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix broken links in docker.md (#9306)
author杨朱 · Kiki <redacted>
Wed, 4 Sep 2024 11:45:28 +0000 (19:45 +0800)
committerGitHub <redacted>
Wed, 4 Sep 2024 11:45:28 +0000 (13:45 +0200)
docs/docker.md

index e258382554724a2769981c0d25d2f277ed62f4be..e8a084173e87e00adf2d01b0040da9186aa3b566 100644 (file)
@@ -20,7 +20,7 @@ Additionally, there the following images, similar to the above:
 - `ghcr.io/ggerganov/llama.cpp:light-rocm`: Same as `light` but compiled with ROCm support. (platforms: `linux/amd64`, `linux/arm64`)
 - `ghcr.io/ggerganov/llama.cpp:server-rocm`: Same as `server` but compiled with ROCm support. (platforms: `linux/amd64`, `linux/arm64`)
 
-The GPU enabled images are not currently tested by CI beyond being built. They are not built with any variation from the ones in the Dockerfiles defined in [.devops/](.devops/) and the GitHub Action defined in [.github/workflows/docker.yml](.github/workflows/docker.yml). If you need different settings (for example, a different CUDA or ROCm library, you'll need to build the images locally for now).
+The GPU enabled images are not currently tested by CI beyond being built. They are not built with any variation from the ones in the Dockerfiles defined in [.devops/](../.devops/) and the GitHub Action defined in [.github/workflows/docker.yml](../.github/workflows/docker.yml). If you need different settings (for example, a different CUDA or ROCm library, you'll need to build the images locally for now).
 
 ## Usage