readme: update AMD ROCm links (#7213)

This commit is contained in:
boessu 2024-11-21 08:48:55 +01:00 committed by GitHub
parent 6a89dcf848
commit 1a742f54c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ go build -tags avx,cuda .
### ROCm ### 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 ```shell
make ggml_hipblas.so make ggml_hipblas.so
@ -77,7 +77,7 @@ go build -tags avx,cuda .
### ROCm ### 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 ```shell
make ggml_hipblas.dll make ggml_hipblas.dll