Carson M.
02ac039cef
chore: cleanup manifests, split license file
2023-11-06 19:21:58 -06:00
Carson M.
a79cc4fea7
chore: cleanup unused cmake toolchains
2023-11-06 15:22:37 -06:00
Carson M.
87a124e462
fix(io-binding): take output values by (mut) reference
2023-11-06 15:15:14 -06:00
Carson M.
53904f5cff
fix: registration of ExecutionProvider::CPU
2023-11-06 15:13:55 -06:00
Carson M.
84add5f0d2
chore(sys): remove compile strategy
2023-11-01 23:17:17 -05:00
Carson M.
a008fb5702
fix: aarch64 build
2023-11-01 23:13:46 -05:00
Carson M.
9653ae835f
fix(sys): remove default features
2023-11-01 23:13:34 -05:00
Carson M.
a802cf4dc8
refactor: cleanup type names, make custom ops optional
2023-11-01 23:06:56 -05:00
Carson M.
c1839a247c
docs: update readme
2023-11-01 22:24:38 -05:00
Carson M.
93c65639d9
docs: fix site name
2023-11-01 12:08:53 -05:00
Carson M.
cd172a482c
docs: create docs website
2023-10-31 23:42:15 -05:00
Carson M.
5ba1c50184
chore: update to onnx runtime 1.16
2023-10-31 23:24:37 -05:00
Carson M.
965712dbf4
Merge branch 'main' into v2
2023-10-23 12:30:43 -05:00
Andrea Corradi
86a31f6364
fix: change field order to drop Environment last ( #105 )
2023-10-23 12:28:51 -05:00
Andrea Corradi
4ab57859ca
fix: change field order to drop Environment last ( #105 )
2023-10-23 11:26:23 -05:00
Carson M
7b791f8004
Merge branch 'main' into v2
2023-10-22 12:16:46 -05:00
Carson M.
eabeb6ea5d
refactor: split out examples into crates
2023-10-22 12:11:29 -05:00
Carson M.
b849ae2f0f
fix ci?
2023-10-22 11:56:28 -05:00
Carson M.
98fd656f79
refactor: less cows and less IxDyns
2023-10-22 00:51:34 -05:00
Ivan Krivosheev
35f2613ce4
feat: split sys into separate crate ( #104 )
...
* Created ort-sys create
* Fixed CI
2023-10-18 17:09:43 -05:00
Rui He
1517c3cfa5
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.
2023-10-18 10:53:26 -05:00
Ivan Krivosheev
de7b70c8e6
feat: not only TensorType for Input-Output params ( #102 )
...
* ci: replace actions-rs with dtolnay/rust-toolchain (#101 )
* Fixed work with parameters
* Fixed docs
2023-10-18 10:51:56 -05:00
Ivan Krivosheev
5133e37ad5
ci: replace actions-rs with dtolnay/rust-toolchain ( #101 )
2023-10-17 09:27:26 -05:00
Carson M.
9a631f1d0d
simplify, fix leaks & bad error messages
2023-10-03 14:14:29 -05:00
Ben Harris
3f52715884
refactor: use ArcArray to remove copy ( #89 )
...
* WIP - Use ArcArray to remove copy
* Updated no-copy wip
---------
Co-authored-by: Ben Harris <git@ben.qxy.com.au >
2023-10-03 13:00:26 -05:00
decahedron1
f71247e7d4
Merge branch 'main' into v2
2023-10-03 11:47:55 -05:00
decahedron1
826158af97
Create FUNDING.yml
2023-09-29 13:36:32 -05:00
tishikawa
6a1c19da08
docs: Fixed a broken link in the doc comments of session.rs ( #95 )
2023-09-27 06:30:36 -05:00
Ben Harris
93729f1db1
fix: filter out EP config that would be empty string ( #87 )
...
fixes #86
Co-authored-by: Ben Harris <git@ben.qxy.com.au >
2023-09-21 11:04:15 -05:00
Carson M.
c2a6068604
fix: impl DerefMut for session outputs
2023-08-31 17:11:01 -05:00
Carson M.
87872022fe
fix: export TVM EP structs
2023-08-27 11:11:17 -05:00
Carson M.
05eba28ecd
fix upsample test
2023-08-27 11:10:35 -05:00
Carson M
cbf2e8c5f9
Merge branch 'main' into v2
2023-08-27 11:05:58 -05:00
SunDoge
ba9df19230
feat: add with_model_from_memory_directly for .ort files ( #72 )
...
* add `with_model_from_memory_directly` for .ort
* fix clippy
2023-08-27 10:59:37 -05:00
Carson M
fc96e084e5
Merge branch 'main' into v2
2023-08-27 10:49:37 -05:00
Carson M.
1236b52bab
feat: TVM execution provider
2023-08-27 10:47:50 -05:00
Carson M.
c1cfe8712d
fix: disable raqote text feature to fix ci
2023-08-26 11:58:18 -05:00
Carson M.
49567370c3
test smallvec; fix: C-owned Value lives for session
2023-08-26 11:46:20 -05:00
Carson M.
e8d72af0c7
fix: clippy warnings
2023-08-26 11:32:45 -05:00
Carson M
2cf47df9e7
fix: only provide key to EP register if option was set, fix #67
2023-08-20 13:08:13 -05:00
DCjanus
561870accb
feat: allowed to apply multiple execution providers ( #81 )
2023-08-20 12:40:10 -05:00
Carson M
c0831c7534
fix(example/gpt): add required-features, ref #79
2023-08-19 23:42:05 -05:00
Carson M
64de7ec8b3
Merge branch 'main' into v2
2023-08-16 15:50:17 -05:00
Carson M
d54b5ece9d
v2.0.0 alpha1
2023-08-16 15:03:46 -05:00
Lee
19f6a40909
feat: add QNN execution provider ( #77 )
...
* Add QNN Execution Support.
* Cargo Lint.
2023-08-16 14:25:09 -05:00
Carson M
2129797660
fix: update version compatibility check for 1.15
2023-08-16 12:57:57 -05:00
Carson M
33b81e4f94
fix(examples/gpt): tokenizers =0.13.4
2023-08-16 12:02:45 -05:00
Carson M
2cbe0f09f2
1.15.2
2023-07-24 06:22:17 -05:00
Carson M
d7defd1862
fix: io binding takes input by value, ref #66
2023-07-23 13:32:49 -05:00
Carson M
cb21defc8a
config: msrv = 1.70
2023-07-19 13:37:11 -05:00