-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for getting cpu info on Windows for llama_bench #8824
Conversation
Looks like this is failing on Windows ARM. |
Updated to support ARM, PTAL |
I see in the CI/CD pipeline, here is my CI link |
The CI failure is not related to this change, it can be ignored. The code looks good but there are two issues:
|
Fixed. Thanks the feedback |
…8824) * Add support for getting cpu info on Windows for llama_bench * refactor --------- Co-authored-by: slaren <[email protected]>
When run
llama-bench -m model_name -o json
on Windows, before this change, output:after this change, output: