mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-17 08:19:49 +02:00
typo for build dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user