Merge pull request #26 from dsernst/mac-intel-bin

Add binary for Intel Macs
pull/31/head^2
Andriy Mulyar 1 year ago committed by GitHub
commit e2c59517f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:
- `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
To compile for custom hardware, see our fork of the [Alpaca C++](https://github.com/zanussbaum/gpt4all.cpp) repo.

Loading…
Cancel
Save