Skip to content

Commit 22a4d84

Browse files
committed
updated readme
1 parent f374dba commit 22a4d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ when you can't use the precompiled binary directly, we provide an automated buil
5858
- For Arch Linux: Install `cblas` `openblas` and `clblast`.
5959
- For Debian: Install `libclblast-dev` and `libopenblas-dev`.
6060
- You can attempt a CuBLAS build with `LLAMA_CUBLAS=1`. You will need CUDA Toolkit installed. Some have also reported success with the CMake file, though that is more for windows.
61-
- For a full featured build, do `make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 LLAMA_CUBLAS=1`
61+
- For a full featured build (all backends), do `make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 LLAMA_CUBLAS=1 LLAMA_VULKAN=1`
6262
- After all binaries are built, you can run the python script with the command `koboldcpp.py [ggml_model.bin] [port]`
6363

6464
- Note: Many OSX users have found that the using Accelerate is actually faster than OpenBLAS. To try, you may wish to run with `--noblas` and compare speeds.

0 commit comments

Comments
 (0)