python: prepare version 2.0.0rc1 (#1529)

This commit is contained in:
cebtenzzre
2023-10-18 20:24:54 -04:00
committed by GitHub
parent bcbcad98d0
commit 017c3a9649
6 changed files with 15 additions and 11 deletions

View File

@@ -12,5 +12,5 @@ cmake -G "MinGW Makefiles" -S ..\..\gpt4all-backend -B $BUILD_DIR -DLLAMA_AVX2=O
cmake --build $BUILD_DIR --parallel --config Release
# copy native dlls
# cp "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin\*dll" $LIBS_DIR
# cp "C:\ProgramData\mingw64\mingw64\bin\*dll" $LIBS_DIR
cp "$BUILD_DIR\bin\*.dll" $LIBS_DIR