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
Is it possible to compile a llama binary without it requiring cublas64_12.dll and cublasLt64_12.dll in runtime? cudart64_12.dll is tiny, but cublas is around half a gig! I don't want to ship it with my app neither I want to make users install CUDA toolkit (cublas is not found when installing usual Nvidia drivers).
I tried setting -DGGML_CUDA_FORCE_MMQ=ON, but it still crashes because it can't find cublas64_12.dll in runtime.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to compile a llama binary without it requiring
cublas64_12.dll
andcublasLt64_12.dll
in runtime?cudart64_12.dll
is tiny, but cublas is around half a gig! I don't want to ship it with my app neither I want to make users install CUDA toolkit (cublas is not found when installing usual Nvidia drivers).I tried setting
-DGGML_CUDA_FORCE_MMQ=ON
, but it still crashes because it can't findcublas64_12.dll
in runtime.Beta Was this translation helpful? Give feedback.
All reactions