mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
docs: clarify Vulkan dep in build instructions for bindings (#1525)
This commit is contained in:
parent
ac33bafb91
commit
fd3014016b
@ -23,6 +23,12 @@ gpt4all-bindings/
|
|||||||
└── linux-x64
|
└── linux-x64
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## Local Build Instructions
|
## Local Build Instructions
|
||||||
> **Note**
|
> **Note**
|
||||||
> Tested On:
|
> Tested On:
|
||||||
|
@ -15,6 +15,14 @@ pip install gpt4all
|
|||||||
|
|
||||||
## Local Build Instructions
|
## 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.
|
**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`
|
1. Setup `llmodel`
|
||||||
|
@ -58,6 +58,8 @@ const fltArray = createEmbedding(model, "Pain is inevitable, suffering optional"
|
|||||||
* (win) msvc version 143
|
* (win) msvc version 143
|
||||||
* Can be obtained with visual studio 2022 build tools
|
* Can be obtained with visual studio 2022 build tools
|
||||||
* python 3
|
* 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)
|
### Build (from source)
|
||||||
|
|
||||||
|
@ -58,6 +58,8 @@ const fltArray = createEmbedding(model, "Pain is inevitable, suffering optional"
|
|||||||
* (win) msvc version 143
|
* (win) msvc version 143
|
||||||
* Can be obtained with visual studio 2022 build tools
|
* Can be obtained with visual studio 2022 build tools
|
||||||
* python 3
|
* 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)
|
### Build (from source)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ gpt4all-chat from source.
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
On Windows and Linux, GPT4All requires Vulkan. You may download it from here: https://vulkan.lunarg.com/sdk/home
|
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.
|
macOS users do not need Vulkan, as GPT4All will use Metal instead.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user