Skip to content

Commit a814d04

Browse files
committed
make : fix indentation
1 parent 4c013bb commit a814d04

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
@@ -228,7 +228,7 @@ else
228228
NVCCFLAGS += -DK_QUANTS_PER_ITERATION=2
229229
endif
230230
ifdef LLAMA_CUDA_CCBIN
231-
NVCCFLAGS += -ccbin $(LLAMA_CUDA_CCBIN)
231+
NVCCFLAGS += -ccbin $(LLAMA_CUDA_CCBIN)
232232
endif
233233
ggml-cuda.o: ggml-cuda.cu ggml-cuda.h
234234
$(NVCC) $(NVCCFLAGS) $(CXXFLAGS) -Wno-pedantic -c $< -o $@

0 commit comments

Comments
 (0)