diff --git a/README.md b/README.md index 663785b4..1c7dea69 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,14 @@ Run on M1 Mac (not sped up!) # Try it yourself -Download the CPU quantized gpt4all model checkpoint: [gpt4all-lora-quantized.bin](https://s3.amazonaws.com/static.nomic.ai/gpt4all/models/gpt4all-lora-quantized.bin) +Download the CPU quantized gpt4all model checkpoint: [gpt4all-lora-quantized.bin](https://the-eye.eu/public/AI/models/nomic-ai/gpt4all/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 To compile for custom hardware, see our fork of the [Alpaca C++](https://github.com/zanussbaum/gpt4all.cpp) repo. diff --git a/chat/gpt4all-lora-quantized-OSX-intel b/chat/gpt4all-lora-quantized-OSX-intel new file mode 100755 index 00000000..9b983dfd Binary files /dev/null and b/chat/gpt4all-lora-quantized-OSX-intel differ