diff options
author | omahs <73983677+omahs@users.noreply.github.com> | 2024-05-07 17:20:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 18:20:33 +0300 |
commit | 04976db7a819fcf8bfefbfc09a3344210b79dd27 (patch) | |
tree | 5e954c895fc18c1e1d48a27383462efd7e4a2d9d /docs/BLIS.md | |
parent | 947d3ad27d94f1addef76b5d64c314618f063933 (diff) |
docs: fix typos (#7124)
* fix typo
* fix typos
* fix typo
* fix typos
* fix typo
* fix typos
Diffstat (limited to 'docs/BLIS.md')
-rw-r--r-- | docs/BLIS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BLIS.md b/docs/BLIS.md index 0bcd6eee..c933766b 100644 --- a/docs/BLIS.md +++ b/docs/BLIS.md @@ -23,7 +23,7 @@ Install BLIS: sudo make install ``` -We recommend using openmp since it's easier to modify the cores been used. +We recommend using openmp since it's easier to modify the cores being used. ### llama.cpp compilation |