docs: clarify Vulkan dep in build instructions for bindings (#1525)

This commit is contained in:
cebtenzzre
2023-10-18 12:09:52 -04:00
committed by GitHub
parent ac33bafb91
commit fd3014016b
5 changed files with 19 additions and 1 deletions

View File

@@ -15,6 +15,14 @@ pip install gpt4all
## Local Build Instructions
### Prerequisites
On Windows and Linux, building GPT4All requires the complete Vulkan SDK. You may download it from here: https://vulkan.lunarg.com/sdk/home
macOS users do not need Vulkan, as GPT4All will use Metal instead.
### Building the python bindings
**NOTE**: If you are doing this on a Windows machine, you must build the GPT4All backend using [MinGW64](https://www.mingw-w64.org/) compiler.
1. Setup `llmodel`