Add build hint to Python Readme

- CMake build can be told run in Release mode
light-mode-fix
Cosmic Snow 12 months ago committed by cosmic-snow
parent 3ed6d176a5
commit 83ad6b42c4

@ -25,7 +25,7 @@ cd gpt4all/gpt4all-backend/
mkdir build
cd build
cmake ..
cmake --build . --parallel
cmake --build . --parallel # optionally append: --config Release
```
Confirm that `libllmodel.*` exists in `gpt4all-backend/build`.

Loading…
Cancel
Save