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

ci(test): test macos + windows in main, run doctests

d3aff34b207d33837544f9325a52c3d7a7c54215 authored about 1 year ago
refactor: create environment in global OnceLock

c69064f443d17e9313fff7eefff393fe61d25ed4 authored about 1 year ago
fix(sys): move stdc++ link after onnxruntime

9b1bc6a54bcd91f192e0f349efcf3b703844fb44 authored about 1 year ago
fix: link to static prerequisites with downloaded binaries

0adf7f4855cc6d8561c84ab95841848e1c48b9f0 authored about 1 year ago
fix: fallback to copy if symlink fails on windows (ref #116)

f4fc0c7ff314067b44fcca70e62c1eddf8272ab6 authored about 1 year ago
feat: download static libraries from pyke parcel

ceeff0dd5991b4a56c7acea015d297a04194b342 authored about 1 year ago
style(gpt2): convert doc comments to regular comments

3838303b2b8039ae519ad52354b201fb1b1d96bd authored about 1 year ago
fix: mark session outputs as send

584a6e3479dcdc4ea97e5886f569101c758a6384 authored about 1 year ago
chore: update to onnxruntime 1.16.2

4af2b45a41a0d97ffaec5d1729f1c61bfa43da98 authored about 1 year ago
feat: symlink dylibs to examples & test dirs

e694ebce211d3204d850193a3ebbf8168f3defd2 authored about 1 year ago
refactor(sys): cleanup out_dir search (#111)

* Leaving Error Note for Examples

* added docs for gpt2.rs

* Delete examples/Readme.md

...

c7af2c81e46f226ba5c96d9dc313c52b7126ffda authored about 1 year ago
docs(examples): add notes to gpt-2 example

* Leaving Error Note for Examples

* added docs for gpt2.rs

* Delete examples/Readme.md

...

477887100440878817178fecf2e784609780be55 authored about 1 year ago
refactor: move example data to respective folders

e5d8b6daae96d0f9fdd9d0bd821f343c482551fa authored about 1 year ago
feat: allow `with_model_downloaded` on url string

073513b68c0804b1a91ef1809ada85ea01866ff2 authored about 1 year ago
chore(examples): remove code from testing

98b0a0f9ede0d932820679a3d428d9706c0b7c9b authored about 1 year ago
docs: update crate docs

fecc1ac34f34e236ae6913873cebef81ae130c46 authored about 1 year ago
refactor: cleanup and check for null ptr on string array creation

b5bf80dd4630dc407c74f061cee51690fc8043e3 authored about 1 year ago
fix: drop output names

5943276e4faf5f9c864c35ecf20b4a19836d730c authored about 1 year ago
chore(sys): cleanup cargo manifest

5c3b4239ed62ea379fd431db95d7bf8ec3964711 authored about 1 year ago
fix aarch64 build

f13da64a0f39fd122ca804e6f565d86514ac9bc9 authored about 1 year ago
whole bunch of changes

- Refactor execution providers to be separate builder pattern structs
- Improve `IoBinding` ergo...

34f8161357858427795204d4715ac49f10e3711e authored about 1 year ago
chore: cleanup manifests, split license file

02ac039cef12f829f4dfb58548c21d38ecdf8093 authored about 1 year ago
chore: cleanup unused cmake toolchains

a79cc4fea759551cc0d671c035b5dfaafcf2ae44 authored about 1 year ago
fix(io-binding): take output values by (mut) reference

87a124e462a22da5a8c9562e0bb772e241d854f4 authored about 1 year ago
fix: registration of `ExecutionProvider::CPU`

53904f5cff3ac31fa82aa9700d9ecc3b9a10cdce authored about 1 year ago
chore(sys): remove compile strategy

84add5f0d22c36ed251e063e40a1457ea01ece69 authored about 1 year ago
fix: aarch64 build

a008fb570278c3c73126d325d2a673556ada0059 authored about 1 year ago
fix(sys): remove default features

9653ae835fb61b7dc779f18e3262a74a883c5dac authored about 1 year ago
refactor: cleanup type names, make custom ops optional

a802cf4dc8df67eb2346f05da817250c5fc083cd authored about 1 year ago
docs: update readme

c1839a247c0d57f169225e007dbd5d2896a7a942 authored about 1 year ago
docs: fix site name

93c65639d9cb5d3dd3456147d172e686ab7d7fba authored about 1 year ago
docs: create docs website

cd172a482ca09bf5afc7251dd8255eabdf9a0f21 authored about 1 year ago
chore: update to onnx runtime 1.16

5ba1c501842a9e8018c3c1c778241df3e2770a4b authored about 1 year ago
Merge branch 'main' into v2

965712dbf4d1cce4deff5f1655144e9e7621e4ea authored over 1 year ago
fix: change field order to drop Environment last (#105)

86a31f6364d4c66374c49a22de3879f5ae04f13d authored over 1 year ago
fix: change field order to drop Environment last (#105)

4ab57859caa9490473bac3dfcd043dbb1b89d9a5 authored over 1 year ago
Merge branch 'main' into v2

7b791f8004218844a6b3ed2735fce9c1fa45a3c4 authored over 1 year ago
refactor: split out examples into crates

eabeb6ea5d6bd7484e991d9fa85af465fa53bc6f authored over 1 year ago
fix ci?

b849ae2f0f1c8784198c291fca6e092f9b2cb2b6 authored over 1 year ago
refactor: less cows and less `IxDyn`s

98fd656f791079d0040d87233ce3d5175e1d828b authored over 1 year ago
feat: split sys into separate crate (#104)

* Created ort-sys create

* Fixed CI

35f2613ce47fbb3424dda4148b46de73194256e5 authored over 1 year ago
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 t...

1517c3cfa529a3092ff7a473352a1eb6c20f7334 authored over 1 year ago
feat: not only TensorType for Input-Output params (#102)

* ci: replace actions-rs with dtolnay/rust-toolchain (#101)

* Fixed work with parameters

*...

de7b70c8e63ddca69d4700ae8f9dc0e06bbea115 authored over 1 year ago
ci: replace actions-rs with dtolnay/rust-toolchain (#101)

5133e37ad5f81daf0710aa7761a48deb217e915c authored over 1 year ago
simplify, fix leaks & bad error messages

9a631f1d0d740adefa8028ea03257a12f4d51b20 authored over 1 year ago
refactor: use ArcArray to remove copy (#89)

* WIP - Use ArcArray to remove copy

* Updated no-copy wip

---------

Co-authored-by: Ben...

3f52715884f82c6a687c39dcc04924d9a3930b3f authored over 1 year ago
Merge branch 'main' into v2

f71247e7d4743a9989604cdea85e49f077117ff2 authored over 1 year ago
Create FUNDING.yml

826158af9729d5d3c4d9967ad58fab62e0c74cba authored over 1 year ago
docs: Fixed a broken link in the doc comments of session.rs (#95)

6a1c19da087cf6cb24bb2605b8eed287283b4a2e authored over 1 year ago
fix: filter out EP config that would be empty string (#87)

fixes #86

Co-authored-by: Ben Harris <[email protected]>

93729f1db15783a2d3f0b7e419d970856a486d94 authored over 1 year ago
fix: impl DerefMut for session outputs

c2a6068604209d8e39cbe058b93703e290ec01d9 authored over 1 year ago
fix: export TVM EP structs

87872022fe1025a14407f6410b2fcf0a4bb1087c authored over 1 year ago
fix upsample test

05eba28ecd7172233309cea7464ed7fa442814ba authored over 1 year ago
Merge branch 'main' into v2

cbf2e8c5f93c1ea8718ce33f40fd78caa76c23f9 authored over 1 year ago
feat: add `with_model_from_memory_directly` for `.ort` files (#72)

* add `with_model_from_memory_directly` for .ort

* fix clippy

ba9df1923026fcdf7f4e13152a8d5b8a901ffc0f authored over 1 year ago
Merge branch 'main' into v2

fc96e084e52f34cc8814fe2202af2de9a65446bf authored over 1 year ago
feat: TVM execution provider

1236b52babfabb42d1a0bd3b15fa360697cfe943 authored over 1 year ago
fix: disable raqote text feature to fix ci

c1cfe8712d567cb3d687e5f6a45f13058a818413 authored over 1 year ago
test smallvec; fix: C-owned Value lives for session

49567370c3835b66838810fcfa4c7705cf2b2b07 authored over 1 year ago
fix: clippy warnings

e8d72af0c7a54eddc6fbae9151f09b67be8293d7 authored over 1 year ago
fix: only provide key to EP register if option was set, fix #67

2cf47df9e7ff3c36177b111e43560acf54180548 authored over 1 year ago
feat: allowed to apply multiple execution providers (#81)

561870accbaf99b8b226a522f3d8ab59ed9b9d6f authored over 1 year ago
fix(example/gpt): add `required-features`, ref #79

c0831c75341acf07e1822f2ef4c10cdbba9fb385 authored over 1 year ago
Merge branch 'main' into v2

64de7ec8b3ea66580190317c81df88abd5d6df2d authored over 1 year ago
v2.0.0 alpha1

d54b5ece9ddf44237574383ed25c8cfeb116f9f1 authored over 1 year ago
feat: add QNN execution provider (#77)

* Add QNN Execution Support.

* Cargo Lint.

19f6a40909c31b7d8a294218391108cfe55c7ca4 authored over 1 year ago
fix: update version compatibility check for 1.15

2129797660581cacba8c767d7b936411bb1713f7 authored over 1 year ago
fix(examples/gpt): tokenizers =0.13.4

33b81e4f94a6256899c562ed43b3300e51bbc191 authored over 1 year ago
1.15.2

2cbe0f09f2dfb3425d13c7e4a56ac2707cd77fdd authored over 1 year ago
fix: io binding takes input by value, ref #66

d7defd1862969b4b44f7f3f4b9c72263690bd67b authored over 1 year ago
config: msrv = 1.70

cb21defc8a64b99340fc0848a245f1a6a541b280 authored over 1 year ago
1.15.1

a4aff98f7214bf2e3b855530d2bb0ec09f4c6aca authored over 1 year ago
fix: compilation for x86 windows, fixes #64

dd6580f2ebc16c32b030737b9a4058b696f1519a authored over 1 year ago
fix: compilation on non-x64 targets, fixes #63

482476225b4f201efec151b6a752a9984b80f436 authored over 1 year ago
ci: ignore fetch-models in coverage

2ac8c9d8293b7cb5ea80f975a94901d38c4fa285 authored over 1 year ago
1.15.0

447354a46c18caaa78e821695c1e7684f7ceaaff authored over 1 year ago
ci(test): fix ring dependency for aarch64 windows

a92e4d1e6d99674dc1d04ed22743c3dd1bc59186 authored over 1 year ago
ci: tests for other platforms

0b5269c4042d45fc206fb4bc190fa1c1a5aa6c81 authored over 1 year ago
docs: Add Ortex to "Projects using `ort`" (#54)

9799e61bb46a2c8941716c3653e01be12c727be7 authored over 1 year ago
1.14.8

8d81f32001968cf9672da92747599c50a8752469 authored over 1 year ago
fix: use relative dylib path only if it exists

df47ee24f5d3eeab7027e90f27aded9ec49de259 authored over 1 year ago
1.14.7

47a1b8b7e0d6b2e662e89a28f0120e59c764caec authored over 1 year ago
fix: x86 target compilation (#49)

* - Fix windows compilation

* Fix lint

681be5b9de8b0b24f8a28a27410bf082d435504a authored over 1 year ago
fix: std::os::raw::c_ulong u32 and u64 support (#48)

254a5ce8f059f28356393c2c72fae8df6fde5457 authored over 1 year ago
fix: warn on newer libonnxruntime minor version (#47)

13c69cad481636a49d4ce70a3dc3236ee9af84ba authored over 1 year ago
feat: android bindings + NNAPI execution provider, ref #45

40a7b85ab0a5180b01c3bc5f0cd79bd531893cb7 authored over 1 year ago
fix: join `load-dynamic` path on executable dir

06b945aee9a2793733566315afaf35c95da65ef5 authored almost 2 years ago
1.14.6

db3623c8a4ec5eacba4669b48765ad6df6b8bad7 authored almost 2 years ago
chore: cleanup documentation

e79ceea457bf28a63d1c3930cb54fa985ed81aed authored almost 2 years ago
feat: support global thread pool (#43)

* add support for global thread pool

* enable options passed into global thread pool

* run...

b6bbcd56a8f7ef393fb650b3cfa0854aa241748b authored almost 2 years ago
feat: warn when registering execution provider without feature

d4b9972b292f9846389be695e47d9931ed574a65 authored almost 2 years ago
feat: option to enable CoreML only for deviecs with ANE

e23773fb04ed47591577296842ed950c8f451e0e authored almost 2 years ago
fix: `load-dynamic` error message

ddb55393a9d516b906bff972880d6f98fcbef284 authored almost 2 years ago
fix: make `ORT_DYLIB_PATH` relative to executable

481d025072cf95f35e67237e4fd5957c7bb79c55 authored almost 2 years ago
feat: better log messages

126c742a4f57d07aa8e680c50d28905ecda1862f authored almost 2 years ago
fix: debug log spam

6f0f7469142792470536f96cddb59fa4d8bca6dc authored almost 2 years ago
1.14.5

26431a8ccad7510b8d8d7ca436de122625da0731 authored almost 2 years ago
fix: `load-dynamic` compile error; closes #36

2929105501217f8ec4ec449513704a951d72cb0d authored almost 2 years ago
1.14.4

2c4cfafededb4469d794c90eddb4b5b6ba96628f authored almost 2 years ago
fix: register all execution providers, do not stop at 1st

this allows for execution providers like TensorRT to e.g. fall back to CUDA
if an operator is no...

e147325b411b1264cc0415dd472f405b4d8fe41b authored almost 2 years ago