make : fix indentation

This commit is contained in:
Georgi Gerganov 2023-07-21 13:50:55 +03:00
parent 4c013bb738
commit a814d04f81
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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 $@