-
Notifications
You must be signed in to change notification settings - Fork 964
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
WebNN support #2604
Comments
I believe you can use Candle with WASM to do inference in the browser. |
Sure, but there is a big difference in performance between using just
WASM/SIMD to using it with either WebNN or WebGPU which provide hardware
acceleration options.
…On Thu, 14 Nov 2024, 22:23 Akshay Ballal, ***@***.***> wrote:
I believe you can use Candle with WASM to do inference in the browser.
—
Reply to this email directly, view it on GitHub
<#2604 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4626JCFVM4WBYYLYFBBYL2AUIF3AVCNFSM6AAAAABRNIEDZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZXGQZTOMJVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Maybe WGPU could be an option to handle different hardware, but since CUDA and Metal are already implemented, WebGPU might be a better option for improved performance and robustness. |
fyi webgpu issue here #344 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking through issues in this repository and noticed that no one has mentioned WebNN before. Is this on any of Candle's roadmaps for doing inference in the browser?
The text was updated successfully, but these errors were encountered: