add more precise instructions for arch
This commit is contained in:
parent
1369b46bb7
commit
b48255db19
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ What does it mean? You get llama.cpp with a fancy UI, persistent stories, editin
|
||||||
## OSX and Linux
|
## OSX and Linux
|
||||||
- You will have to compile your binaries from source. A makefile is provided, simply run `make`
|
- You will have to compile your binaries from source. A makefile is provided, simply run `make`
|
||||||
- If you want you can also link your own install of OpenBLAS manually with `make LLAMA_OPENBLAS=1`
|
- If you want you can also link your own install of OpenBLAS manually with `make LLAMA_OPENBLAS=1`
|
||||||
|
- For Arch Linux: Install `cblas` and `openblas`. In the makefile, find the `ifdef LLAMA_OPENBLAS` conditional and add `-lcblas` to `LDFLAGS`.
|
||||||
- After all binaries are built, you can run the python script with the command `koboldcpp.py [ggml_model.bin] [port]`
|
- After all binaries are built, you can run the python script with the command `koboldcpp.py [ggml_model.bin] [port]`
|
||||||
|
|
||||||
## Considerations
|
## Considerations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue