From 1a742f54c91a444295342cdaead2f3c4e5460de6 Mon Sep 17 00:00:00 2001 From: boessu Date: Thu, 21 Nov 2024 08:48:55 +0100 Subject: [PATCH] readme: update AMD ROCm links (#7213) --- llama/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama/README.md b/llama/README.md index ec54b989..79bf4fde 100644 --- a/llama/README.md +++ b/llama/README.md @@ -55,7 +55,7 @@ go build -tags avx,cuda . ### ROCm -Install the [CUDA toolkit v11.3.1](https://developer.nvidia.com/cuda-11-3-1-download-archive): +Install [ROCm](https://rocm.docs.amd.com/en/latest/). ```shell make ggml_hipblas.so @@ -77,7 +77,7 @@ go build -tags avx,cuda . ### ROCm -Install [ROCm 5.7.1](https://rocm.docs.amd.com/en/docs-5.7.1/). +Install [ROCm](https://rocm.docs.amd.com/en/latest/). ```shell make ggml_hipblas.dll