mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
fix the ci (+1 squashed commits)
Squashed commits: [b3d85833] fix ci
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user