mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
try generating fat binaries for cuda
This commit is contained in:
parent
a137b6b9ff
commit
425849f387
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -147,7 +147,7 @@ ifdef CUDA_DOCKER_ARCH
|
|||
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=$(CUDA_DOCKER_ARCH)
|
||||
else
|
||||
ifdef LLAMA_PORTABLE
|
||||
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=all-major
|
||||
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=all
|
||||
else
|
||||
NVCCFLAGS += -arch=native
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue