mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +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">
|
<p align="center">
|
||||||
<a href="https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf">:green_book: Technical Report</a>
|
<a href="https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf">:green_book: Technical Report</a>
|
||||||
</p>
|
</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:
|
Place the quantized model in the `chat` directory and start chatting by running:
|
||||||
|
|
||||||
- `./chat/gpt4all-lora-quantized-OSX-m1` on M1 Mac/OSX
|
- `cd chat;./gpt4all-lora-quantized-OSX-m1` on M1 Mac/OSX
|
||||||
- `./chat/gpt4all-lora-quantized-linux-x86` on Windows/Linux
|
- `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.
|
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