-
Notifications
You must be signed in to change notification settings - Fork 26
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
look into ONNX runtime #650
Comments
roadmap (not very LLM specific but good) transformers.js uses it, and would easily give us tokenizers and model converters to/from HF which is crucial |
😭 |
Probably one way to gain momentum is to push for training in the new W3C forming standards: |
per discussion with @martinjaggi and upstream, we can maintain our own fork with training support. |
ONNX has a JavaScript API, it seems to be the new framework on the bloc.
currently, we are using TensorFlowJS everywhere. to support more runtime, we would need to first abstract from it.
The text was updated successfully, but these errors were encountered: