Remove trailing whitespace
This commit is contained in:
parent
3a554ae63e
commit
dafcaf1dd3
1 changed files with 4 additions and 4 deletions
|
@ -591,11 +591,11 @@ Building the program with BLAS support may lead to some performance improvements
|
||||||
###### w64devkit
|
###### w64devkit
|
||||||
|
|
||||||
Download and extract [w64devkit](https://github.com/skeeto/w64devkit/releases).
|
Download and extract [w64devkit](https://github.com/skeeto/w64devkit/releases).
|
||||||
|
|
||||||
Download and install the [Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows).
|
Download and install the [Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows).
|
||||||
|
|
||||||
Create a `w64devkit/x86_64-w64-mingw32/lib/pkgconfig/vulkan.pc` file with the following contents:
|
Create a `w64devkit/x86_64-w64-mingw32/lib/pkgconfig/vulkan.pc` file with the following contents:
|
||||||
|
|
||||||
_Note: make sure the path matches the version in SDK download_.
|
_Note: make sure the path matches the version in SDK download_.
|
||||||
```
|
```
|
||||||
Name: Vulkan-Loader
|
Name: Vulkan-Loader
|
||||||
|
@ -605,7 +605,7 @@ Building the program with BLAS support may lead to some performance improvements
|
||||||
Cflags: -I/VulkanSDK/1.3.283.0/Include
|
Cflags: -I/VulkanSDK/1.3.283.0/Include
|
||||||
```
|
```
|
||||||
Launch `w64devkit.exe`, switch into `llama.cpp` directory and run `make GGML_VULKAN=1`.
|
Launch `w64devkit.exe`, switch into `llama.cpp` directory and run `make GGML_VULKAN=1`.
|
||||||
|
|
||||||
###### MSYS2
|
###### MSYS2
|
||||||
Install [MSYS2](https://www.msys2.org/) and then run the following commands in a UCRT terminal to install dependencies.
|
Install [MSYS2](https://www.msys2.org/) and then run the following commands in a UCRT terminal to install dependencies.
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue