Skip to content

Commit

Permalink
revert num old cpu for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Jul 25, 2024
1 parent 57a98ba commit a84f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kcpp-build-release-win-oldcpu-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mkdir build
cd build
cmake .. -DLLAMA_CUBLAS=ON -DLLAMA_AVX2=OFF -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
cmake --build . --config Release -j $((${env:NUMBER_OF_PROCESSORS} - 1))
cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
cd ..
Expand Down

0 comments on commit a84f7c5

Please sign in to comment.