You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into issues building this in cublas mode: /usr/bin/ld: ./libbinding.a(ggml-cuda.o): in function ggml_cuda_pool_malloc(unsigned long, unsigned long*)':`.
I've tried a bunch of LDFLAGS to try and link the cuda library in vain.
(I'm using the commands from the README).
Would love some help - thanks :)
The text was updated successfully, but these errors were encountered:
I'm running into issues building this in cublas mode:
/usr/bin/ld: ./libbinding.a(ggml-cuda.o): in function
ggml_cuda_pool_malloc(unsigned long, unsigned long*)':`.I've tried a bunch of LDFLAGS to try and link the cuda library in vain.
(I'm using the commands from the README).
Would love some help - thanks :)
The text was updated successfully, but these errors were encountered: