Compare commits

..

No commits in common. "9611c4081a1901f5ac4f2e1ad319ae2e859809ee" and "0d1edaf0294b116d281996e18e027e35b55be1b1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<p align="center">Open-source assistant-style large language models that run locally on your CPU</p> <p align="center">Open-source assistant-style large language models that run locally on your CPU</p>
<p align="center"><strong>New</strong>: Now with Nomic Vulkan Universal GPU support. <a href="https://blog.nomic.ai/posts/gpt4all-gpu-inference-with-vulkan">Learn more</a>.</p> <p align="center"><strong>New</strong>: Now with Nomic Vulkan GPU support. <a href="https://blog.nomic.ai/posts/gpt4all-gpu-inference-with-vulkan">Learn more</a>.</p>
<p align="center"> <p align="center">
<a href="https://gpt4all.io">GPT4All Website</a> <a href="https://gpt4all.io">GPT4All Website</a>

View File

@ -20,7 +20,7 @@ pip install gpt4all
1. Setup `llmodel` 1. Setup `llmodel`
``` ```
git clone --recurse-submodules https://github.com/nomic-ai/gpt4all.git git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git
cd gpt4all/gpt4all-backend/ cd gpt4all/gpt4all-backend/
mkdir build mkdir build
cd build cd build