mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-27 15:58:25 +00:00
Correct run command
The executable seem to expect the model to be in the working directory
This commit is contained in:
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…
Reference in New Issue
Block a user