From 624dc8809ede14ea713c57b56145a1a4bf3c4640 Mon Sep 17 00:00:00 2001 From: AlpinDale <52078762+AlpinDale@users.noreply.github.com> Date: Fri, 14 Apr 2023 21:38:56 +0430 Subject: [PATCH] Added openblas and clblas package names for debian (#63) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3986e3d7d..3af669fd9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ What does it mean? You get llama.cpp with a fancy UI, persistent stories, editin - If you want you can also link your own install of OpenBLAS manually with `make LLAMA_OPENBLAS=1` - Alternatively, if you want you can also link your own install of CLBlast manually with `make LLAMA_CLBLAST=1`, for this you will need to obtain and link OpenCL and CLBlast libraries. - For Arch Linux: Install `cblas` and `openblas`. In the makefile, find the `ifdef LLAMA_OPENBLAS` conditional and add `-lcblas` to `LDFLAGS`. + - For Debian: Install `libclblast-dev` and `libopenblas-dev`. - After all binaries are built, you can run the python script with the command `koboldcpp.py [ggml_model.bin] [port]` ## Considerations