From: Artem Zinnatullin Date: Wed, 10 Apr 2024 06:49:12 +0000 (-0600) Subject: readme : fix ROCm link (#6579) X-Git-Tag: upstream/0.0.4488~1845 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=29122d32ac8075ad27b7a8be05dcad2b7e7a5f9e;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : fix ROCm link (#6579) --- diff --git a/README.md b/README.md index a8c2c473..d75a8371 100644 --- 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