diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2023-09-09 01:04:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 19:04:32 +0300 |
commit | 7d99aca759f2f8a1ff39f3bb02a840f69863428b (patch) | |
tree | b036258a013606a8f33efe1eb8352881cf295cf6 | |
parent | ba7ffbb2517ff8cf4c689f94a9ad866f3ee71225 (diff) |
readme : fix typo (#3043)
* readme : fix typo
acceleation -> acceleration
* Update README.md
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... |