]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : fix ROCm link (#6579)
authorArtem Zinnatullin <redacted>
Wed, 10 Apr 2024 06:49:12 +0000 (00:49 -0600)
committerGitHub <redacted>
Wed, 10 Apr 2024 06:49:12 +0000 (09:49 +0300)
README.md

index a8c2c473d4c71cc232d91eb12f39bbcc31e1c524..d75a8371204679b4f3a3f50fdee13489182c3420 100644 (file)
--- a/README.md
+++ b/README.md
@@ -496,7 +496,7 @@ Building the program with BLAS support may lead to some performance improvements
 
   This provides BLAS acceleration on HIP-supported AMD GPUs.
   Make sure to have ROCm installed.
-  You can download it from your Linux distro's package manager or from here: [ROCm Quick Start (Linux)](https://rocm.docs.amd.com/en/latest/deploy/linux/quick_start.html).
+  You can download it from your Linux distro's package manager or from here: [ROCm Quick Start (Linux)](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html#rocm-install-quick).
 
   - Using `make`:
     ```bash