Skip to content

Commit

Permalink
disable culibos and rt
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Feb 20, 2024
1 parent bd67738 commit 9f30a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ifdef WHISPER_CUBLAS
NVCC = nvcc
PKG_CFLAGS += -DGGML_USE_CUBLAS -I"$(CUDA_PATH)/include"
PKG_CPPFLAGS += -DGGML_USE_CUBLAS -I"$(CUDA_PATH)/include"
PKG_LIBS += -lcuda -lcublas -lculibos -lcudart -lcublasLt -lpthread -ldl -lrt -L"$(CUDA_PATH)/lib/x64"
PKG_LIBS += -lcuda -lcublas -lcudart -lcublasLt -lpthread -ldl -L"$(CUDA_PATH)/lib/x64"
NVCCFLAGS = --forward-unknown-to-host-compiler -arch=$(CUDA_ARCH_FLAG)
OBJECTS_CUDA = whisper_cpp/ggml-cuda.o
endif
Expand Down

0 comments on commit 9f30a55

Please sign in to comment.