]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: Fix HIP (née hipBLAS) in README (#10880)
authorredbeard <redacted>
Wed, 18 Dec 2024 08:35:00 +0000 (00:35 -0800)
committerGitHub <redacted>
Wed, 18 Dec 2024 08:35:00 +0000 (10:35 +0200)
Related to #10524 / be0e350c references to hipBLAS have been removed
across the repository.  This fixes the link from the repositories
`README.md`.

Signed-off-by: Brian 'redbeard' Harrington <redacted>
README.md

index da8d9d16643839a1cc158ced3a1ff604e4f3dbb2..3f3971d7eb263115fdcf3b9c14e7ed3b6e23a9ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -221,7 +221,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo
 | [SYCL](docs/backend/SYCL.md) | Intel and Nvidia GPU |
 | [MUSA](docs/build.md#musa) | Moore Threads MTT GPU |
 | [CUDA](docs/build.md#cuda) | Nvidia GPU |
-| [hipBLAS](docs/build.md#hipblas) | AMD GPU |
+| [HIP](docs/build.md#hip) | AMD GPU |
 | [Vulkan](docs/build.md#vulkan) | GPU |
 | [CANN](docs/build.md#cann) | Ascend NPU |