-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: exposing onnx backend to JS land #436
Commits on Nov 11, 2024
-
feat: integrate
trasnformers.js
with rust backendSimple integration between `transformers.js` and rust ort backend by exposing js owned API
Configuration menu - View commit details
-
Copy full SHA for 5ab8724 - Browse repository at this point
Copy the full SHA 5ab8724View commit details -
stamp: refactoring tensors ser/de to try zero-copy
- Implementing v8 traits to cast tensors `ToV8` and `FromV8`. - Resolving `ort::Tensor` type based on Js tensor's.
Configuration menu - View commit details
-
Copy full SHA for 2f26320 - Browse repository at this point
Copy the full SHA 2f26320View commit details -
stamp: refactoring to use
serde_v8
- Since `serde_v8` allows zero-copy we use it to handle the model inputs and send back the outputs
Configuration menu - View commit details
-
Copy full SHA for bdaff49 - Browse repository at this point
Copy the full SHA bdaff49View commit details -
fix(ai): seq2seq models causing null pointer error
- Solved the "`GetMutableData` should not be a null pointer" error while executing seq2seq models. - Ref.: pykeio/ort#185
Configuration menu - View commit details
-
Copy full SHA for 0078625 - Browse repository at this point
Copy the full SHA 0078625View commit details -
test(sb_ai): implementing tests for ort backend
- Applying integration tests over all NLP pipelines with ort backend
Configuration menu - View commit details
-
Copy full SHA for 754c750 - Browse repository at this point
Copy the full SHA 754c750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f78148 - Browse repository at this point
Copy the full SHA 9f78148View commit details -
test(sb_ai): implementing computer vision tests for ort backend
- Applying integration tests over VISION pipelines with ort backend
Configuration menu - View commit details
-
Copy full SHA for 116a996 - Browse repository at this point
Copy the full SHA 116a996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5d462 - Browse repository at this point
Copy the full SHA 2d5d462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4765a3f - Browse repository at this point
Copy the full SHA 4765a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d3065 - Browse repository at this point
Copy the full SHA 57d3065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bef30c - Browse repository at this point
Copy the full SHA 6bef30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ba875 - Browse repository at this point
Copy the full SHA c7ba875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f620fc - Browse repository at this point
Copy the full SHA 4f620fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c067c - Browse repository at this point
Copy the full SHA c6c067cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e88715 - Browse repository at this point
Copy the full SHA 4e88715View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4bc4bb - Browse repository at this point
Copy the full SHA f4bc4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd4943 - Browse repository at this point
Copy the full SHA 9cd4943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ac8f4 - Browse repository at this point
Copy the full SHA 79ac8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f26703 - Browse repository at this point
Copy the full SHA 9f26703View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff43c6f - Browse repository at this point
Copy the full SHA ff43c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9931df - Browse repository at this point
Copy the full SHA a9931dfView commit details