mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
Linux CUDA13 Action (#2186)
* Linux CU13 CI * Bump max CUDA arch * CUDA13 Linux * Upload the correct build to rolling (CUDA13) * Downgrade cuda to get better compatibility Runpod can't handle 13.1, and if they can't handle it neither can the people with a secondary GPU of an older generation. * Add support for compute capability 89 in NVCCFLAGS
This commit is contained in:
@@ -247,7 +247,9 @@ NVCCFLAGS += -Wno-deprecated-gpu-targets \
|
||||
-gencode arch=compute_75,code=compute_75 \
|
||||
-gencode arch=compute_80,code=compute_80 \
|
||||
-gencode arch=compute_86,code=compute_86 \
|
||||
-DKCPP_LIMIT_CUDA_MAX_ARCH=860
|
||||
-gencode arch=compute_89,code=compute_89 \
|
||||
-gencode arch=compute_120,code=compute_120 \
|
||||
-DKCPP_LIMIT_CUDA_MAX_ARCH=1200
|
||||
|
||||
else
|
||||
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=all
|
||||
|
||||
Reference in New Issue
Block a user