mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
typo for build dir
This commit is contained in:
parent
a5fbf49a97
commit
2f3597c29a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
|
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}
|
||||||
mv build/bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
|
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Download CuBLAS Libraries
|
- name: Download CuBLAS Libraries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue