-
Notifications
You must be signed in to change notification settings - Fork 209
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
what different with mlc-ai/web-llm #21
Comments
Same question. |
Sure. WebLLM is using TVM and compiling from C++ to WebAssembly, which is more performant but vastly more complicated. This is built to be both a solid educational reference as well as a place to start more complex projects from, being only written in a small amount of Javascript. Considering using Javascript here has minor performance impacts vs. the simplicity it provides (mostly all computation is done on WebGPU, meaning Javascript isn't involved), this is preferable in various circumstances. |
the same as this proj? https://xenova.github.io/transformers.js |
@jingslunt It's using onnxruntimeweb, mature but no webGPU backend for now. |
|
https://github.com/mlc-ai/web-llm
The text was updated successfully, but these errors were encountered: