mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Merge pull request #7 from nlothian/patch-1
Fix run command in README. Fixes #6
This commit is contained in:
commit
c96ee798f3
@ -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