Add build hint to Python Readme

- CMake build can be told run in Release mode
This commit is contained in:
Cosmic Snow 2023-07-23 03:04:29 +02:00 committed by cosmic-snow
parent 3ed6d176a5
commit 83ad6b42c4

View File

@ -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`.