diff --git a/.github/workflows/kcpp-build-release-win-full-cu12.yaml b/.github/workflows/kcpp-build-release-win-full-cu12.yaml index 30ffd0474..eb9f22605 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 87aff1c41..5dfcb2868 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 a2e37a878..34c6dab66 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