Correct run command

The executable seem to expect the model to be in the working directory
pull/913/head
Nick Lothian 1 year ago committed by GitHub
parent cb32b25c10
commit dc2460d01d

@ -4,9 +4,6 @@
<p align="center">
<a href="https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf">:green_book: Technical Report</a>
</p>
<p align="center">
<a href="https://discord.gg/kvmy6dQB">Discord</a>
</p>
@ -21,8 +18,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:
- `./chat/gpt4all-lora-quantized-OSX-m1` on M1 Mac/OSX
- `./chat/gpt4all-lora-quantized-linux-x86` on Windows/Linux
- `cd chat;./gpt4all-lora-quantized-OSX-m1` on M1 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