Skip to content

Commit

Permalink
Merge pull request nomic-ai#31 from EliasVincent/chat-windows-binary
Browse files Browse the repository at this point in the history
Add chat binary for Windows
  • Loading branch information
AndriyMulyar authored Mar 29, 2023
2 parents e2c5951 + f5d46e8 commit 220df09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Binary file added chat/gpt4all-lora-quantized-win64.exe
Binary file not shown.

0 comments on commit 220df09

Please sign in to comment.