Merge branch 'main' into patch-1

pull/36/head
Andriy Mulyar 1 year ago committed by GitHub
commit 753c6baf96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save