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

@@ -58,6 +58,8 @@ const fltArray = createEmbedding(model, "Pain is inevitable, suffering optional"
* (win) msvc version 143
* Can be obtained with visual studio 2022 build tools
* python 3
* 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.
### Build (from source)