Add build hint to Python Readme

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

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

Loading…
Cancel
Save