We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c2c52 commit 5addcb1Copy full SHA for 5addcb1
Makefile
@@ -102,7 +102,7 @@ ifdef LLAMA_OPENBLAS
102
endif
103
ifdef LLAMA_CUBLAS
104
CFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include
105
- LDFLAGS += -lcublas_static -lculibos -lcudart_static -lcublasLt_static -lpthread -ldl -L/usr/local/cuda/lib64
+ LDFLAGS += -lcublas_static -lculibos -lcudart_static -lcublasLt_static -lpthread -ldl -lrt -L/usr/local/cuda/lib64
106
OBJS += ggml-cuda.o
107
ggml-cuda.o: ggml-cuda.cu ggml-cuda.h
108
nvcc -arch=native -c -o $@ $<
0 commit comments