aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com>2023-05-05 23:57:14 +0200
committerGitHub <noreply@github.com>2023-05-05 23:57:14 +0200
commit173d0e6419e8f8f3c1f4f13201b777f4c60629f3 (patch)
treea61276332613289afb03223e868a2b9a2491ae55 /README.md
parenta3b85b28da84c67c3406807aef5e0457bcc4b00f (diff)
makefile: automatic Arch Linux detection (#1332)
This commit is a port of a detection method used in koboldcpp's Makefile in order to automatically set the -lcblas option on Arch Linux
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 233c5c5..19cc94a 100644
--- a/README.md
+++ b/README.md
@@ -216,7 +216,6 @@ Building the program with BLAS support may lead to some performance improvements
```bash
make LLAMA_OPENBLAS=1
```
- Note: In order to build on Arch Linux with OpenBLAS support enabled you must edit the Makefile adding at the end of the line 105: `-lcblas`
- On Windows: