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 deploy llama.cpp on a CUDA server with exact quant known in advance (say, Q4K_M with FA enabled); it'd be neat to be able to skip building all the unnecessary optimized kernels, e.g. mmq-instance-q3_k.cu etc., as they're taking significant time to build.
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
-
I deploy llama.cpp on a CUDA server with exact quant known in advance (say, Q4K_M with FA enabled); it'd be neat to be able to skip building all the unnecessary optimized kernels, e.g.
mmq-instance-q3_k.cu
etc., as they're taking significant time to build.Beta Was this translation helpful? Give feedback.
All reactions