Replies: 1 comment
-
The short answer is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Maybe I am missing something, but I do not see the option to tell
llama-bench
which device/backend to use. I have multiple backends compiled and I would like to compare e.g. Vulkan and CUDA performance for example. I managed to do it by adding a few lines of code but I'm curious if there is a better way to do it.Also, in the report, I see all the backends in the
backend
column not the one that is assigned to the model used in the test that is not surprising since theget_backend
function simply returns all the discovered backends. Is it the expected behavior?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions