Skip to content

Commit

Permalink
Merge pull request nomic-ai#7 from nlothian/patch-1
Browse files Browse the repository at this point in the history
Fix run command in README. Fixes nomic-ai#6
  • Loading branch information
bstadt authored Mar 29, 2023
2 parents 0789956 + be6e99f commit c96ee79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>



Expand All @@ -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.

Expand Down

0 comments on commit c96ee79

Please sign in to comment.