From: Georgi Gerganov Date: Fri, 21 Jul 2023 10:50:55 +0000 (+0300) Subject: make : fix indentation X-Git-Tag: gguf-v0.4.0~441 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a814d04f81121e0429b39a61fe4afd946cd42046;p=pkg%2Fggml%2Fsources%2Fllama.cpp make : fix indentation --- diff --git a/Makefile b/Makefile index 5aa0ded3..4f8c4b37 100644 --- a/Makefile +++ b/Makefile @@ -228,7 +228,7 @@ else NVCCFLAGS += -DK_QUANTS_PER_ITERATION=2 endif ifdef LLAMA_CUDA_CCBIN - NVCCFLAGS += -ccbin $(LLAMA_CUDA_CCBIN) + NVCCFLAGS += -ccbin $(LLAMA_CUDA_CCBIN) endif ggml-cuda.o: ggml-cuda.cu ggml-cuda.h $(NVCC) $(NVCCFLAGS) $(CXXFLAGS) -Wno-pedantic -c $< -o $@