update lite, try fix ci

This commit is contained in:
Concedo 2024-07-24 16:31:34 +08:00
parent eb5b4d0186
commit 44ef87f14c
2 changed files with 62 additions and 14 deletions

View file

@ -25,7 +25,7 @@ jobs:
mkdir build
cd build
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}
cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1))
- name: Save artifact
uses: actions/upload-artifact@v3