Add chat binary for Windows

This commit is contained in:
EliasVincent 2023-03-29 12:48:13 +02:00
parent 7e468f2199
commit 2c5d4a3a32
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ 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 Windows/Linux
- `cd chat;./gpt4all-lora-quantized-linux-x86` on Linux
- `cd chat;./gpt4all-lora-quantized-win64.exe` on Windows (PowerShell)
To compile for custom hardware, see our fork of the [Alpaca C++](https://github.com/zanussbaum/gpt4all.cpp) repo.

Binary file not shown.