-
I've been using llama-b3085-bin-win-clblast-x64, but in the latest versions I no longer see clblas, so I assume it has either been swapped with something better. My question is which one do I download now with similar functionality? I used clblas to split between my cpu (7950x3d) and gpu (4070S). Before when I was using clblas I was able to balance a nice usage of vram, sysram, gpu/cpu usage (wanted to avoid offloading everything to gpu, needed vram for other things). Would love some advice thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@stl3 The current version should work fine. Assuming you are using Linux: |
Beta Was this translation helpful? Give feedback.
-
Since you have a modern Nvidia gpu you should go with |
Beta Was this translation helpful? Give feedback.
Vulkan should work without installing anything extra, it's much more lightweight but not as optimized as CUDA.