Skip to content

Commit

Permalink
typo for build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Apr 11, 2024
1 parent a5fbf49 commit 2f3597c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kcpp-build-release-win-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f3597c

Please sign in to comment.