-
Notifications
You must be signed in to change notification settings - Fork 34
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
WASM backend #146
Comments
@FL33TW00D have you checked this https://github.com/WasmEdge/WasmEdge ? they already have llaama.cpp, pytorch and tensorflow backend. this project is for llm - https://github.com/LlamaEdge/LlamaEdge/tree/main |
Yeah I've seen this! I think we can't really use it, but good reference! |
Interesting project. How is it related to Transformers.js? Since both are a project of HuggingFace, correct? On topic: I'm working on a project that uses multiple 'engines' to achieve this.
I try to choose models that run on both, and then invisibly switch engines for the user, depending on their browser. Transformers.js runs all the smaller but vital other models, like voice recognition, TTS, OCR, embedding, etc. |
Ratchet is mostly experimental at the moment! Transformers.JS is production ready :) |
Whilst WebGPU support is growing, perhaps it would be prudent to have a WASM backend to ensure 100% device coverage.
The text was updated successfully, but these errors were encountered: