Skip to content
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

Merged
merged 21 commits into from
Nov 12, 2024
Merged

Commits on Nov 11, 2024

  1. feat: integrate trasnformers.js with rust backend

    Simple integration between `transformers.js` and rust ort backend by
    exposing js owned API
    kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5ab8724 View commit details
    Browse the repository at this point in the history
  2. 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.
    kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2f26320 View commit details
    Browse the repository at this point in the history
  3. 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
    kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bdaff49 View commit details
    Browse the repository at this point in the history
  4. 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
    kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0078625 View commit details
    Browse the repository at this point in the history
  5. test(sb_ai): implementing tests for ort backend

    - Applying integration tests over all NLP pipelines with ort backend
    kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    754c750 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f78148 View commit details
    Browse the repository at this point in the history
  7. test(sb_ai): implementing computer vision tests for ort backend

    - Applying integration tests over VISION pipelines with ort backend
    kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    116a996 View commit details
    Browse the repository at this point in the history
  8. stamp: clippy

    kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2d5d462 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4765a3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57d3065 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bef30c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7ba875 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f620fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c6c067c View commit details
    Browse the repository at this point in the history
  15. chore(base): update Cargo.toml

    nyannyacha authored and kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4e88715 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f4bc4bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9cd4943 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    79ac8f4 View commit details
    Browse the repository at this point in the history
  19. chore: update Cargo.lock

    nyannyacha authored and kallebysantos committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9f26703 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ff43c6f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a9931df View commit details
    Browse the repository at this point in the history