Skip to content

Commit 60308ed

Browse files
committed
fix the ci (+1 squashed commits)
Squashed commits: [b3d8583] fix ci
1 parent 9640750 commit 60308ed

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/kcpp-build-release-win-full-cu12.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
cd build
6060
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
6161
cmake --build . --config Release -j 2
62-
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
6362
cd ..
6463
6564
# note: The libraries that come from the github cuda directory seem to be larger, so they are not recommended

.github/workflows/kcpp-build-release-win-full.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
cd build
6060
cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
6161
cmake --build . --config Release -j 2
62-
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
6362
cd ..
6463
6564
# note: The libraries that come from the github cuda directory seem to be larger, so they are not recommended

.github/workflows/kcpp-build-release-win-oldcpu-full.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
cd build
6060
cmake .. -DLLAMA_CUBLAS=ON -DLLAMA_AVX2=OFF -DCMAKE_SYSTEM_VERSION="10.0.19041.0"
6161
cmake --build . --config Release -j 2
62-
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
6362
cd ..
6463
6564
# note: The libraries that come from the github cuda directory seem to be larger, so they are not recommended

0 commit comments

Comments
 (0)