diff --git a/README.md b/README.md index 0663e5c1..f2bb72ed 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,15 @@ 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) ( [torrent](magnet:?xt=urn:btih:b8289dbfa08ddd0951241bb7011041d929802db5&xt=urn:btmh:12206e4b6214d331ae37338c4584f6f4d99a892d8af57f288be068a80a60e89cd4e0&dn=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) ( [torrent](magnet:?xt=urn:btih:b8289dbfa08ddd0951241bb7011041d929802db5&xt=urn:btmh:12206e4b6214d331ae37338c4584f6f4d99a892d8af57f288be068a80a60e89cd4e0&dn=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) +- `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 diff --git a/chat/gpt4all-lora-quantized-win64.exe b/chat/gpt4all-lora-quantized-win64.exe new file mode 100644 index 00000000..d97987c9 Binary files /dev/null and b/chat/gpt4all-lora-quantized-win64.exe differ