typo for build dir

This commit is contained in:
Concedo 2024-04-12 00:10:28 +08:00
parent a5fbf49a97
commit 2f3597c29a

View file

@ -50,7 +50,7 @@ jobs:
cd build
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
cmake --build . --config Release -j ${env:NUMBER_OF_PROCESSORS}
mv build/bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
cd ..
- name: Download CuBLAS Libraries