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

v2.0 #78

Merged
merged 57 commits into from
Nov 21, 2023
Merged

v2.0 #78

merged 57 commits into from
Nov 21, 2023

Commits on Aug 16, 2023

  1. v2.0.0 alpha1

    decahedron1 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d54b5ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64de7ec View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    2cf47df View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. fix: clippy warnings

    decahedron1 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e8d72af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4956737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1cfe87 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    fc96e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf2e8c View commit details
    Browse the repository at this point in the history
  3. fix upsample test

    decahedron1 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    05eba28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8787202 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    c2a6068 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    f71247e View commit details
    Browse the repository at this point in the history
  2. refactor: use ArcArray to remove copy (#89)

    * WIP - Use ArcArray to remove copy
    
    * Updated no-copy wip
    
    ---------
    
    Co-authored-by: Ben Harris <[email protected]>
    bharrisau and Ben Harris authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3f52715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a631f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. feat: not only TensorType for Input-Output params (#102)

    * ci: replace actions-rs with dtolnay/rust-toolchain (#101)
    
    * Fixed work with parameters
    
    * Fixed docs
    ikrivosheev authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    de7b70c View commit details
    Browse the repository at this point in the history
  2. feat: add with_enable_ort_custom_ops to use builtin extensions (#103)

    Onnxruntime can be built with `--use_extensions` to include
    onnxruntime-extensions inside. In this case, we need to
    call `EnableOrtCustomOps` for sessions that need ops in
    extensions. Also, the build.rs is updated to include
    libraries for custom ops.
    ruihe774 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1517c3c View commit details
    Browse the repository at this point in the history
  3. feat: split sys into separate crate (#104)

    * Created ort-sys create
    
    * Fixed CI
    ikrivosheev authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    35f2613 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    98fd656 View commit details
    Browse the repository at this point in the history
  2. fix ci?

    decahedron1 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    b849ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabeb6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b791f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    86a31f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965712d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    5ba1c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd172a4 View commit details
    Browse the repository at this point in the history
  3. docs: fix site name

    decahedron1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    93c6563 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. docs: update readme

    decahedron1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c1839a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a802cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9653ae8 View commit details
    Browse the repository at this point in the history
  4. fix: aarch64 build

    decahedron1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a008fb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84add5f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    53904f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a124e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79cc4f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    02ac039 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. whole bunch of changes

    - Refactor execution providers to be separate builder pattern structs
    - Improve `IoBinding` ergonomics
    - Reduce allocations in hot paths
    - Fix a few memory leaks
    - Make the `ndarray` dependency optional
    
    TODO:
    - Make mutable `Value` methods
    - Useful `IoBinding` example/test (Stable DIffusion?)
    - Allow passing in pre-allocated `Value`s to `Session::run`, see C docs
    decahedron1 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    34f8161 View commit details
    Browse the repository at this point in the history
  2. fix aarch64 build

    decahedron1 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f13da64 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    5c3b423 View commit details
    Browse the repository at this point in the history
  2. fix: drop output names

    decahedron1 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    5943276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5bf80d View commit details
    Browse the repository at this point in the history
  4. docs: update crate docs

    decahedron1 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    fecc1ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98b0a0f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    073513b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d8b6d View commit details
    Browse the repository at this point in the history
  3. docs(examples): add notes to gpt-2 example

    * Leaving Error Note for Examples
    
    * added docs for gpt2.rs
    
    * Delete examples/Readme.md
    
    * Update gpt2.rs
    
    ---------
    
    Co-authored-by: Carson M <[email protected]>
    JewishLewish and decahedron1 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4778871 View commit details
    Browse the repository at this point in the history
  4. refactor(sys): cleanup out_dir search (#111)

    * Leaving Error Note for Examples
    
    * added docs for gpt2.rs
    
    * Delete examples/Readme.md
    
    * Update gpt2.rs
    
    * parent().unwrap() -> ancestors().nth(3)
    
    ---------
    
    Co-authored-by: Carson M <[email protected]>
    JewishLewish and decahedron1 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c7af2c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e694ebc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    4af2b45 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    584a6e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    3838303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceeff0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4fc0c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0adf7f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    9b1bc6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c69064f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3aff34 View commit details
    Browse the repository at this point in the history
  4. ci(test): fix cargo test

    decahedron1 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a4e731c View commit details
    Browse the repository at this point in the history