]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : fix typo (#3043)
authorIkko Eltociear Ashimine <redacted>
Fri, 8 Sep 2023 16:04:32 +0000 (01:04 +0900)
committerGitHub <redacted>
Fri, 8 Sep 2023 16:04:32 +0000 (19:04 +0300)
* readme : fix typo

acceleation -> acceleration

* Update README.md

---------

Co-authored-by: Georgi Gerganov <redacted>
README.md

index c3f82c0ced723e887eb7b4254c4d638d335fccf5..fe7391e01d33b1938f93b6f64debf289a7a53985 100644 (file)
--- 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...