Skip to content

Commit 0484ffb

Browse files
committed
fix: trailing whitespace
1 parent 9d121b7 commit 0484ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ifdef LLAMA_CUBLAS
129129
OBJS += ggml-cuda.o
130130
NVCC = nvcc
131131
ifdef CUDA_DOCKER_ARCH
132-
NVCCFLAGS = --forward-unknown-to-host-compiler -Wno-deprecated-gpu-targets -arch=$(CUDA_DOCKER_ARCH)
132+
NVCCFLAGS = --forward-unknown-to-host-compiler -Wno-deprecated-gpu-targets -arch=$(CUDA_DOCKER_ARCH)
133133
else
134134
NVCCFLAGS = --forward-unknown-to-host-compiler -arch=native
135135
endif

0 commit comments

Comments
 (0)