mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
Merge pull request #31 from EliasVincent/chat-windows-binary
Add chat binary for Windows
This commit is contained in:
commit
8f5067fdca
@ -21,8 +21,9 @@ Download the CPU quantized gpt4all model checkpoint: [gpt4all-lora-quantized.bin
|
||||
Clone this repository down and place the quantized model in the `chat` directory and start chatting by running:
|
||||
|
||||
- `cd chat;./gpt4all-lora-quantized-OSX-m1` on M1 Mac/OSX
|
||||
- `cd chat;./gpt4all-lora-quantized-linux-x86` on Linux
|
||||
- `cd chat;./gpt4all-lora-quantized-win64.exe` on Windows (PowerShell)
|
||||
- `cd chat;./gpt4all-lora-quantized-OSX-intel` on Intel Mac/OSX
|
||||
- `cd chat;./gpt4all-lora-quantized-linux-x86` on Windows/Linux
|
||||
|
||||
To compile for custom hardware, see our fork of the [Alpaca C++](https://github.com/zanussbaum/gpt4all.cpp) repo.
|
||||
|
||||
|
BIN
chat/gpt4all-lora-quantized-win64.exe
Normal file
BIN
chat/gpt4all-lora-quantized-win64.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user