Add binary for Intel Macs

This commit is contained in:
David Ernst 2023-03-29 03:15:08 -05:00
parent 7e468f2199
commit 546c2c8aaa
2 changed files with 1 additions and 0 deletions

View File

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

Binary file not shown.