Update README.md

This commit is contained in:
Andriy Mulyar 2023-03-28 16:42:30 -04:00 committed by GitHub
parent 660b5769c9
commit 2fec742c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ Clone this repository down and download the CPU quantized gpt4all model.
Place the quantized model in the `chat` directory and start chatting by running:
- `./gpt4all-lora-quantized-OSX-m1` on Mac/OSX
- `./gpt4all-lora-quantized-linux-x86` on Windows/Linux
- `./chat/gpt4all-lora-quantized-OSX-m1` on Mac/OSX
- `./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.