From 64aba0a151590cbb2ff05b4b91fc0604e40e3b7e Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:42:04 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51f0de5a0..22615b1fc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ For more information, be sure to run the program with the `--help` flag. - See https://github.com/ggerganov/llama.cpp/pull/1828/files ## CuBLAS? -- You can attempt a CuBLAS build with LLAMA_CUBLAS=1 or using the provided CMake file (best for visual studio users). Note that support for CuBLAS is limited. +- You can attempt a CuBLAS build with `LLAMA_CUBLAS=1` or using the provided CMake file (best for visual studio users). If you use the CMake file to build, copy the `koboldcpp_cublas.dll` generated into the same directory as the `koboldcpp.py` file. If you are bundling executables, you may need to include CUDA dynamic libraries (such as `cublasLt64_11.dll` and `cublas64_11.dll`) in order for the executable to work correctly on a different PC. Note that support for CuBLAS is limited. ## Considerations - For Windows: No installation, single file executable, (It Just Works)