Update README.md
This commit is contained in:
parent
cb3ec8887d
commit
37bcad7d6d
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -578,6 +578,21 @@ Building the program with BLAS support may lead to some performance improvements
|
||||||
| LLAMA_CUDA_KQUANTS_ITER | 1 or 2 | 2 | Number of values processed per iteration and per HIP thread for Q2_K and Q6_K quantization formats. Setting this value to 1 can improve performance for slow GPUs. |
|
| LLAMA_CUDA_KQUANTS_ITER | 1 or 2 | 2 | Number of values processed per iteration and per HIP thread for Q2_K and Q6_K quantization formats. Setting this value to 1 can improve performance for slow GPUs. |
|
||||||
|
|
||||||
- #### Vulkan
|
- #### Vulkan
|
||||||
|
##### Windows (MSYS2)
|
||||||
|
Install [MSYS2](https://www.msys2.org/) and then run the following commands in a UCRT terminal to install dependencies.
|
||||||
|
```sh
|
||||||
|
pacman -S git \
|
||||||
|
mingw-w64-ucrt-x86_64-gcc \
|
||||||
|
mingw-w64-ucrt-x86_64-cmake \
|
||||||
|
mingw-w64-ucrt-x86_64-vulkan-devel \
|
||||||
|
mingw-w64-ucrt-x86_64-shaderc \
|
||||||
|
mingw-w64-ucrt-x86_64-python3
|
||||||
|
```
|
||||||
|
Switch into `llama.cpp` directory and build using CMake.
|
||||||
|
```sh
|
||||||
|
cmake -B build -DLLAMA_VULKAN=ON
|
||||||
|
cmake --build build --config Release
|
||||||
|
```
|
||||||
|
|
||||||
**With docker**:
|
**With docker**:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue