Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pykeio/ort

Fast ML inference & training for ONNX models in Rust
https://github.com/pykeio/ort

feat(sys): use proxy env while downloading binaries (#166)

36a057f6b7f82584356973abaf3af70f6e8df5ef authored 11 months ago by yuanyan3060 <[email protected]>
chore(sys): update ONNX Runtime to v1.17.1

6419bf459e33cd05bd3b9f3c2f621cc1f92da9f5 authored 11 months ago by Carson M <[email protected]>
refactor: rename `SessionBuilder` commit methods

33938fde8b3d6d9289a6b1769114c4059b760848 authored 11 months ago by Carson M <[email protected]>
feat: automatically disable per-session threads for environments with global thread pool

aff658ee36fc55a3b910df3141ec145148f29742 authored 11 months ago by Carson M <[email protected]>
fix: add apple rtlib link to examples

11d267eb4479e8354afee0fc69b9f4175f363221 authored 11 months ago by Carson M <[email protected]>
fix: require `Sync` for custom errors

2125963a3ce8ab4d45895876e59031adc186636c authored 11 months ago by Carson M <[email protected]>
fix: properly apply execution providers from environment

556248a51d362fc483816168b84a6a9942082361 authored 11 months ago by Carson M <[email protected]>
style: fix formatting

3064d6bac240f074f2f6e6cd3d1e3cbaeb288b0a authored 11 months ago by Carson M <[email protected]>
feat: custom ops & mutable tensors

6e7c051a7a828b9a732c02cdb30dbc897015b481 authored 11 months ago by Carson M <[email protected]>
refactor: split usages of minor version into constant

91463cddbc067f4eb0bbfa931aab0f6d9adec269 authored 11 months ago by Carson M <[email protected]>
fix(sys): use api version 17

52980166922c2e940eac51a44976c54952967d10 authored 11 months ago by Carson M <[email protected]>
fix: do not run `RunOptions::unterminate` doctest

09cb4695ff75e9c7d8b2940ad2fee048b5b8edf0 authored 11 months ago by Carson M <[email protected]>
feat: accept `usize` as tensor dimensions, and check length of data

59f7208a8d63bedfe90a34958834a9900b4ac6a2 authored 11 months ago by Carson M <[email protected]>
feat: expose environment, session, & value pointers

for libs which might want to use unsafe ort-sys functions that don't currently have a safe imple...

c2074eb3fe91167a5f12cda3dd1dfc58b06474a7 authored 11 months ago by Carson M <[email protected]>
ci(test): disable aarch64 cross compile for now

a5d4b80e2cb6ed02f8fea5b4e67e69a0f4718a9b authored 11 months ago by Carson M <[email protected]>
refactor: split up `Value` impls

763acc34992221cccd18b5549ae62df354528db0 authored 11 months ago by Carson M <[email protected]>
feat: impl `IntoValueTensor` for `Box<[T]>`, `Vec<T>`, and `&[T]`

2333bddb3650bf901f09aab201b9f6454f8d0601 authored 11 months ago by Carson M <[email protected]>
feat: raw extract string tensors

b269a1fe8e1984c2e620eb67ec12755336b13192 authored 11 months ago by Carson M <[email protected]>
'The Cleanening', part 1

- Update existing documentation to be relevant to v2.0 changes
- Add missing documentation and d...

735284cea824043d600d46af9e3fc2aec942084f authored 11 months ago by Carson M <[email protected]>
fix: `Arc` imports in tests (why even?)

75aa91859f68429a3049740b8a185b382cb8efa6 authored 11 months ago by Carson M <[email protected]>
fix(sys): remove needless integer literal cast

a425dc764182cd9b899703057698273ee134992c authored 11 months ago by Carson M <[email protected]>
fix: remove unused imports

f3a10a14b0e8c88f00e9c80582a740441176f02e authored 11 months ago by Carson M <[email protected]>
fix(sys): link versioned dylib on linux, fixes #163

5d98c0fe20e7f2c5467e742cb088cc634ae0f4a3 authored 11 months ago by Carson M <[email protected]>
refactor: remove `compact_str` dependency

d1ae9820d9ddb9512c06224bbc916ca6d0c3fe23 authored 11 months ago by Carson M <[email protected]>
refactor: take thread counts as usize

2cc17c0bd0e0ae4a446bcc877e9387a4fd5f8c28 authored 11 months ago by Carson M <[email protected]>
feat: warn only if supported EPs dont have cargo feature enabled

cc40e6b80f61e35778ae63d34c7af4817e168596 authored 11 months ago by Carson M <[email protected]>
feat(sys): allow load-dynamic to support iOS compilation (#161)

Co-authored-by: Varun Chatterji <[email protected]>

cac85e01947e406517face772211f194d5fcb9e6 authored 11 months ago by Varun Chatterji <[email protected]>
docs: add notes on CoreML linking

14c6df1cc5511be0ad5e2c29948e8383fd06df93 authored 11 months ago by Carson M <[email protected]>
fix(sys): link to CoreML EP in non-unified static link

48913af70d57f00e6ecf58ac2e1686f4183a6617 authored 11 months ago by Carson M <[email protected]>
fix(sys): handle alternative build dir for libclog

72a71e2751c44f740f2383ddd543d3c44dd20ec3 authored 11 months ago by Carson M <[email protected]>
fix: do not lock api pointer (#160)

04df44d40c3c734a50e2d1503cbdec7031fb1407 authored 11 months ago by Carson M <[email protected]>
fix: crate manifest on publish

b1731a54402258fde7e2bbceedd3e2741ce1f6fd authored 11 months ago by Carson M <[email protected]>
feat: complete session allocator configuration, closes #155

a6a8500b5bf96f42ef9c132ed252d2aaed007851 authored 11 months ago by Carson M <[email protected]>
2.0.0-rc.0

90b8d3045fe7b483ebea0b7bf0d31a4368bc2e49 authored 11 months ago by Carson M <[email protected]>
docs: add notes on platform version support

018cff16dae938b9b2acc0077c0b5683f7765563 authored 11 months ago by Carson M <[email protected]>
docs: 1.17.0 update, add new environment commit behavior

7d1abd2b10565fc7062aa6218aebea9a877bc161 authored 11 months ago by Carson M <[email protected]>
benches(squeezenet): cleanup unused imports

05b3547a737c0d49d4b658af49d6ee78cab0fd39 authored 11 months ago by Carson M <[email protected]>
fix(openvino): `enable_vpu_fast_compile`, rename vpu -> npu

03558a705961d6ba1955f45191729bf14a40245b authored 11 months ago by Carson M <[email protected]>
chore: update to onnxruntime 1.17.0

cee88d92ffed83079179f40fbc3ee05dbc60e21e authored 11 months ago by Carson M <[email protected]>
fix(sys): android dependency search path (#153)

7419ef3bcf27f6121f1e6e7a6f6de7c309c3464a authored 11 months ago by rustui <[email protected]>
feat: add squeezenet benchmark

4fb6fba5c5a8a2da7308687ccb7b310c035c47a4 authored 12 months ago by Carson M <[email protected]>
feat: use `CompactString` as `ValueMap` keys, closes #149

5f426362d0708f626143dc39a9c59c7ad41ba763 authored 12 months ago by Carson M <[email protected]>
fix: log session drop as debug

67cf09ba1c81928178f21e6585e255c9532254cf authored 12 months ago by Carson M <[email protected]>
fix: `copy-dylibs` should renew dangling symlinks (#146)

0380d4ff45cd4091864a63fab145c3c9fc6bfb40 authored 12 months ago by Ryo Yamashita <[email protected]>
config(codecov): fix ignore path?

2fdba8f021924d40c6281427b4f8142e932d9bfb authored 12 months ago by Carson M <[email protected]>
ci: update codecov-action to v3

4c748d519054a8fcad037bd572abba76b36026ba authored 12 months ago by Carson M <[email protected]>
test: add tensor value tests

d4a9de3bb86dd3408a6bb4880970ea4bbd775163 authored 12 months ago by Carson M <[email protected]>
config(codecov): ignore execution provider tree

187cb008af7dc27c0e16611474d9f00229a0b9a5 authored 12 months ago by Carson M <[email protected]>
examples: add example for image matting with ModNet (#142)

* Add ModNet example

* Add show-image crate for visualizing output

* use parcel model down...

e33c7b8ed5b1ff734168385e0ff64b90cd1ae831 authored 12 months ago by ling jia <[email protected]>
fix: drop global reference to previous environment on new environment commit

127154b591f335e328226ae0fe6257bfc7c09da3 authored 12 months ago by Carson M <[email protected]>
fix: revert upsample.rs

ca8ea3942147d930c56f4a306824f8b4ae31e219 authored 12 months ago by Carson M <[email protected]>
feat: update environment after initialization

ea7d0597f7b4c35c041e3cc783d0b146be77256c authored 12 months ago by Carson M <[email protected]>
refactor: split out `run_with_options`

a68370297da02babcfb1ec2e3f0b7d270442ec94 authored 12 months ago by Carson M <[email protected]>
feat: basic `RunOptions` support (#139)

45f96c11bd82634c319a8c06f3162a490d90ec25 authored 12 months ago by aykut-bozkurt <[email protected]>
fix: export `EnvironmentGlobalThreadPoolOptions`

0aa972d4f69a610bb8d382a85021722d6fa0dd45 authored 12 months ago by Carson M <[email protected]>
Export `EnvironmentGlobalThreadPoolOptions`

Makes `with_global_thread_pool` usable by external packages.

c1c960ff298c38b5b531e445174740286e0cbaac authored 12 months ago by aykut-bozkurt <[email protected]>
docs: update

5fd82a1162b61aa2f0a1a2dc1757add57f498074 authored about 1 year ago by Carson M <[email protected]>
2.0.0-alpha.4

0aec4030a5f3470e4ee6c6f4e7e52d4e495ec27a authored about 1 year ago by Carson M <[email protected]>
fix: squeezenet graph metadata

run *all* tests before you push ‼️

5b5c61ea30858a2945df1f77b5eb7510c11547b6 authored about 1 year ago by Carson M <[email protected]>
refactor: remove model zoo URLs

153d7afdb90018b9d5536317e36cb5037fd28a9f authored about 1 year ago by Carson M <[email protected]>
feat: extract sequences & maps. closes #30

af97600869a07917ecff2b6a8ba30d08df0fdfae authored about 1 year ago by Carson M <[email protected]>
2.0.0-alpha.3

dd8dcae8a09c33c9864879e54db84d2aec825019 authored about 1 year ago by Carson M <[email protected]>
2.0.0-alpha.3

1873bc023ae232472a4eb3ee18e854e41277c710 authored about 1 year ago by Carson M <[email protected]>
feat: remove `once_cell`, configure `load-dynamic` path at runtime

32e7fabd993febead1d7e213e5373fc010628c89 authored about 1 year ago by Carson M <[email protected]>
ci(test): fix command

1c15c6587871d9a78a17bf00faa11e03c40c5ddc authored about 1 year ago by Carson M <[email protected]>
ci(test): use cross-rs directly for cross compile

3014a5b4add18bb2b7914b5d3b626c8b11733167 authored about 1 year ago by Carson M <[email protected]>
style: run `cargo fmt`

ac101a52040411af30e70c84bf4ab8efb60bdb00 authored about 1 year ago by Carson M <[email protected]>
fix: fallback to per-project paths if permission denied

5e50beaa1f1190ad8ec99a37c0812bd84352df63 authored about 1 year ago by Carson M <[email protected]>
feat: cache binaries & models in user directory

52559e49da6963e12ab715d70dc47bb9b721489e authored about 1 year ago by Carson M <[email protected]>
fix: pin model zoo revision

863f1f3d293f7d751aee2a3a8a0ce44f55b06c04 authored about 1 year ago by Carson M <[email protected]>
feat: model metadata printer example

3251b97bbe46228ba82e1951576ca79987b24b33 authored about 1 year ago by Carson M <[email protected]>
refactor: improve onnxruntime logging

534a42a80c322ab5e327fdddbcf78fb8756bec98 authored about 1 year ago by Carson M <[email protected]>
feat: gpt2 example without ndarray

8e477536b4f660279967dcd51e28243c214b8ccf authored about 1 year ago by Carson M <[email protected]>
feat: impl `TryFrom` raw array parts for `Value`

a9e146bd47d06a786258b60299fa5fdef9d0258c authored about 1 year ago by Carson M <[email protected]>
feat: get value dtype, closes #125

152f97f14f915b9eac2f2c58faa9e0ae28ecb9cd authored about 1 year ago by Carson M <[email protected]>
docs: update

64ad40a36d11c21510221177ca466e57f78abd75 authored about 1 year ago by Carson M <[email protected]>
refactor(sys): simplify by removing strategy env var

ORT_STRATEGY=system required ORT_LIB_LOCATION to be set, so it should
just check for ORT_LIB_LOC...

acfa7826e7c390cbebbcb5668e736980279f7c55 authored about 1 year ago by Carson M <[email protected]>
2.0.0-alpha.2

b8492191d170c67af90841aa6d7641f9d865d5bb authored about 1 year ago by Carson M <[email protected]>
feat(sys): update to ONNX Runtime 1.16.3

30360eb1cdcb65423826a7dd5659c1a4f7a16b9a authored about 1 year ago by Carson M <[email protected]>
fix(sys): link to dxgi too

this is the last one of these, I swear

44af49ba6ed371950b9f472c0573ea6ce993be42 authored about 1 year ago by Carson M <[email protected]>
fix(sys): DML linking, part 3

82746c1fcbab0e7ec980c301b063eff415b90cdc authored about 1 year ago by Carson M <[email protected]>
fix(sys): link DML on windows regardless of directml feature

...since the static libraries are compiled with DirectML anyways
Let's see if this works in head...

329065dc4bdda37e2f7068f8fed7e182f1713ca2 authored about 1 year ago by Carson M <[email protected]>
fix(sys): link DX12/DML libs when directml feature is enabled

6938da16bfa0f8267ca45a1cd5f0e7128f8c1140 authored about 1 year ago by Carson M <[email protected]>
Merge pull request #121 from garyhai/main

Add iOS and Android support.

0777acb3a1b829d7b7127bc9c375dac55803ddd0 authored about 1 year ago by Carson M <[email protected]>
Merge branch 'main' of https://github.com/garyhai/ort

5fc75f1f0ff484c42796fd29dd778244a393e4a7 authored about 1 year ago by Gary Hai <[email protected]>
docs: update for alpha 1

dc309c0dfbdb7287a4da9eb804373016d4abb8d4 authored about 1 year ago by Carson M <[email protected]>
fix: add android static link config

2373ec50c71262245ea57c5340968f6b71b14cbd authored about 1 year ago by Gary Hai <[email protected]>
fix: export XNNPACK & ArmNN execution provider structs

9ed222fbac54da014430f08a47259f75fde0c2af authored about 1 year ago by Carson M <[email protected]>
fix: depend on sys alpha 1

deeff5083d618b9f9ba42e9b71f5e824a544f755 authored about 1 year ago by Carson M <[email protected]>
2.0.0-alpha.1

6dc1f5ae77e3b569e39dd7d1458ec60798c4caa0 authored about 1 year ago by Carson M <[email protected]>
fix(sys): build without `download-binaries`

c52396c1c0ce1ae0fc535554b13337ff5a237819 authored about 1 year ago by Carson M <[email protected]>
ci(test): run on ort-sys too

bd463acee94d6058fff50e922250a91a84febc5a authored about 1 year ago by Carson M <[email protected]>
fix(sys): forward all EP features to sys

dffc102331f285b144b9241030ab3d9f3affc336 authored about 1 year ago by Carson M <[email protected]>
feat(sys): provide more execution providers + aarch64 linux

parcel now provides CoreML, DirectML, CUDA, TensorRT, and XNNPACK

318f9b960e0dfbe35b1cdfd1106b95358b609811 authored about 1 year ago by Carson M <[email protected]>
fix: ios static lib support

b04a964e992691091a5ae360d4ce2dc0719557bc authored about 1 year ago by Gary Hai <[email protected]>
feat: ArmNN, XNNPACK execution providers

d1fafecc01b9b089332c5f73abfa687643a9c602 authored about 1 year ago by Carson M <[email protected]>
fix: potential memory leak in string conversions (#119)

b4b59ee95ce9c2f97d23ac2f53099e5273d38b43 authored about 1 year ago by Carson M <[email protected]>
fix: potential memory leak in string conversions, closes #118

449d9b3e514d3f6edf38a24157b5d2056aa748a6 authored about 1 year ago by Carson M <[email protected]>
Merge pull request #78 from pykeio/v2

v2.0

fd84626d4a6daed63a2f0e86914cb3d6fee62c3f authored about 1 year ago by Carson M <[email protected]>
ci(test): fix cargo test

a4e731cfe139e7fe0994b0112d7ddfb11cb6c538 authored about 1 year ago by Carson M <[email protected]>