|
|
|
|
|
by a20eac1d
1038 days ago
|
|
Any chance you could point me in the right direction on how to set something like this up? Right now, I'm using pure CPU Llama but only the 17B version, based on I believe llama.cpp. How do I mix both CPU and GPU together for more performance? |
|
Then offload as many layers as you can to the gpu with the gpu layers flag. You will have to play with this and observe your gpu's vram.