From 60308ed9ddb455241f4006d7aa52b511a282b156 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:53:07 +0800 Subject: [PATCH] fix the ci (+1 squashed commits) Squashed commits: [b3d85833] fix ci --- .github/workflows/kcpp-build-release-win-full-cu12.yaml | 1 - .github/workflows/kcpp-build-release-win-full.yaml | 1 - .github/workflows/kcpp-build-release-win-oldcpu-full.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/kcpp-build-release-win-full-cu12.yaml b/.github/workflows/kcpp-build-release-win-full-cu12.yaml index 30ffd047478ac..eb9f226051739 100644 --- a/.github/workflows/kcpp-build-release-win-full-cu12.yaml +++ b/.github/workflows/kcpp-build-release-win-full-cu12.yaml @@ -59,7 +59,6 @@ jobs: cd build cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0" cmake --build . --config Release -j 2 - mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll cd .. # note: The libraries that come from the github cuda directory seem to be larger, so they are not recommended diff --git a/.github/workflows/kcpp-build-release-win-full.yaml b/.github/workflows/kcpp-build-release-win-full.yaml index 87aff1c413139..5dfcb2868f2d4 100644 --- a/.github/workflows/kcpp-build-release-win-full.yaml +++ b/.github/workflows/kcpp-build-release-win-full.yaml @@ -59,7 +59,6 @@ jobs: cd build cmake .. -DLLAMA_CUBLAS=ON -DCMAKE_SYSTEM_VERSION="10.0.19041.0" cmake --build . --config Release -j 2 - mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll cd .. # note: The libraries that come from the github cuda directory seem to be larger, so they are not recommended diff --git a/.github/workflows/kcpp-build-release-win-oldcpu-full.yaml b/.github/workflows/kcpp-build-release-win-oldcpu-full.yaml index a2e37a878df54..34c6dab663574 100644 --- a/.github/workflows/kcpp-build-release-win-oldcpu-full.yaml +++ b/.github/workflows/kcpp-build-release-win-oldcpu-full.yaml @@ -59,7 +59,6 @@ jobs: cd build cmake .. -DLLAMA_CUBLAS=ON -DLLAMA_AVX2=OFF -DCMAKE_SYSTEM_VERSION="10.0.19041.0" cmake --build . --config Release -j 2 - mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll cd .. # note: The libraries that come from the github cuda directory seem to be larger, so they are not recommended