mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 06:53:05 +00:00
updated README with new paths
This commit is contained in:
parent
f1ec61fd17
commit
f48eb1a0d7
@ -10,19 +10,19 @@ TODO: Right now instructions in main README still depend on Qt6 setup. To setup
|
|||||||
1. Setup `llmodel`
|
1. Setup `llmodel`
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules https://github.com/nomic-ai/gpt4all-chat
|
git clone --recurse-submodules https://github.com/nomic-ai/gpt4all
|
||||||
cd gpt4all-chat/llmodel/
|
cd gpt4all-backend/llmodel/
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build . --parallel
|
cmake --build . --parallel
|
||||||
```
|
```
|
||||||
Confirm that `libllmodel.dylib` exists in `gpt4all-chat/llmodel/build`.
|
Confirm that `libllmodel.*` exists in `gpt4all-backend/llmodel/build`.
|
||||||
|
|
||||||
2. Setup Python package
|
2. Setup Python package
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ../../bindings/python
|
cd ../../gpt4all-bindings/python
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
pip3 install -e .
|
pip3 install -e .
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user