From: Ikko Eltociear Ashimine Date: Fri, 8 Sep 2023 16:04:32 +0000 (+0900) Subject: readme : fix typo (#3043) X-Git-Tag: gguf-v0.4.0~100 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7d99aca759f2f8a1ff39f3bb02a840f69863428b;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : fix typo (#3043) * readme : fix typo acceleation -> acceleration * Update README.md --------- Co-authored-by: Georgi Gerganov --- diff --git a/README.md b/README.md index c3f82c0c..fe7391e0 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ Building the program with BLAS support may lead to some performance improvements - #### hipBLAS - This provide BLAS acceleation on HIP supported GPU like AMD GPU. + 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). Windows support is coming soon...