Commit Graph

102 Commits

Author SHA1 Message Date
Carson M.
f5c1548f88 chore(sys): update to ONNX Runtime v1.24.3 2026-03-13 19:49:08 -05:00
Carson M.
56b32fddd8 docs: update 2026-03-06 01:10:37 -06:00
Carson M.
5e7ecc2bfb chore(sys): update to ONNX Runtime v1.24.1 2026-02-10 01:09:42 -06:00
Carson M.
03771599c0 chore: deprecate ArmNN
Soon to be removed upstream
2026-02-05 20:39:16 -06:00
Carson M.
e29f174295 docs: remove outdated migration guide 2026-02-01 22:02:22 -06:00
Carson M.
5af1a051d5 feat(docs): sponsor section in toc 2026-02-01 22:01:42 -06:00
Carson M.
8d02304b51 chore(docs): update dependencies 2026-02-01 22:00:53 -06:00
Carson M.
e1c22508af chore(docs): update dependencies 2026-01-28 02:04:36 -06:00
Carson M.
1c7dfcf14d refactor: rename *_LOCATION env vars -> *_PATH
I don't know why I ever called it location. That's been weird. Everyone calls it a path.
2026-01-28 01:59:58 -06:00
L
9d68b9a149 docs: update ort-tract version (#519) 2026-01-22 06:04:09 -06:00
Carson M.
93d5b1cbdf docs: tweak opengraph metadata 2026-01-11 16:05:50 -06:00
Carson M.
b50842ffa9 2.0.0-rc.11 2026-01-06 22:23:32 -06:00
Carson M.
9f751d1bb4 chore(docs): update dependencies 2025-12-15 22:14:49 -06:00
Carson M.
f95abfeb5e docs: site refresh 2025-11-23 02:35:15 -06:00
Carson M.
bd990424fc chore: update version references to 1.23.2
we've been on 1.23.2 since 7035ab5 but i guess i never updated these
2025-11-20 01:29:04 -06:00
Carson M.
365a6e9be5 docs: update to next.js v16 2025-11-20 01:05:33 -06:00
Carson M.
3b408b1b44 refactor: shorten execution_providers
frankly, working on documentation has made me tired of typing out `execution_providers` and `ExecutionProvider` all the time
2025-11-14 23:57:09 -06:00
Carson M.
47e5667d6e refactor: gate preload_dylib behind separate feature
now that we exclusively use statically-linked `libonnxruntime`. It would be silly to require the whole library be dynamically linked in order to use preloading.
2025-11-14 23:19:38 -06:00
Michael Partheil
716f34f143 chore: Update ndarray to v0.17 (#484) 2025-11-05 14:04:07 -06:00
Carson M.
d8d297d33e refactor: rename nv execution provider to nvrtx 2025-10-28 14:41:58 -05:00
Carson M.
f138f1b5ea chore: update to ONNX Runtime 1.23 2025-10-15 13:39:12 -05:00
Franck
65df5826cc docs: update CoreML EP example (#461)
Co-authored-by: Franck Thang <f_thang@apple.com>
2025-09-09 02:03:49 -05:00
Carson M.
8b3a1edd1c refactor: attempt to load dylib immediately 2025-09-04 11:45:56 -05:00
Carson M.
317be209b1 fix: let Environment drop, closes #441
Let it die, let it die! You shall die

Instead of creating an environment that lives throughout the duration of the process, we now hold the environment options we commit, and create the environment from those options (or grab the current env) whenever we need it. When all holders of the environment are dropped, the environment is dropped as well.

Previously, we held `Environment` as a static variable. Statics are never dropped, but ONNX Runtime's own destructors assumes that the environment is long gone by the time the process exits, which was not the case in `ort`! This led to issues like #441 and the dumb `0003-leak-logger-mutex.patch` from `ort-artifacts`.
2025-08-31 18:57:38 -05:00
Kalleby Santos
f7f571173b docs(website): add supabase use case (#452) 2025-08-20 06:03:08 -05:00
Carson M.
20593489c1 chore(sys): ONNX Runtime v1.22.1 2025-07-10 13:51:13 -05:00
Carson M.
daf91046dc 2.0.0-rc.10 2025-05-31 23:56:41 -05:00
decahedron1
ab2759bc48 feat: Update to ONNX Runtime v1.22 (#393) 2025-05-20 00:46:18 -05:00
Carson M.
49a5cbf801 chore: update to ONNX Runtime v1.21.1 2025-04-23 09:11:42 -05:00
Carson M.
9b316809bf fix(sys): do not require -fapple-link-rtlib
it really is that shrimple
2025-04-20 10:55:08 -05:00
Carson M.
773d836a2f docs: nextra v4 2025-04-04 02:19:36 -05:00
Carson M.
79122668c4 docs: add minimum debian version 2025-04-02 12:45:39 -05:00
Carson M.
072e162ce0 refactor!: rename extract_tensor -> extract_array, extract_raw_tensor -> extract_tensor
...and `extract_raw_map` to `extract_key_values`, but nobody cares about that
2025-03-20 00:44:15 -05:00
Carson M.
570d7c683a docs: correct typo
aobut lol
2025-03-11 00:12:11 -05:00
Carson M.
88543d9081 docs: update EP dynamic linking info 2025-03-11 00:10:31 -05:00
Carson M.
3a0ea5bccc docs: update cargo features docs 2025-03-10 23:44:02 -05:00
Carson M.
e92a226dc6 chore: update to ONNX Runtime v1.21.0 2025-03-09 11:03:40 -05:00
Carson M.
10a8d66bdf feat: azure execution provider 2025-03-02 15:41:49 -06:00
Carson M.
e9e50ccdd5 docs: add WebGPU to EP page 2025-02-18 12:11:52 -06:00
Carson M.
b5e54a5283 chore: update all version references 2025-02-18 12:11:18 -06:00
Carson M.
bd2aff711e refactor!: make Session::run take &mut self 2025-02-08 11:56:51 -06:00
Carson M.
c87c921108 docs: add documentation on alternative backends 2025-01-26 17:43:03 -06:00
Carson M.
dfe22d4e55 docs: update docs 2025-01-22 19:45:20 -06:00
Carson M.
f65fc93a5b docs: EP table clarity 2025-01-19 11:42:14 -06:00
Carson M.
68b5e248a6 docs: add missing link 2024-12-26 19:07:02 -06:00
Carson M.
1a505493fe docs: update docs to reflect new Tensor changes 2024-12-26 19:05:39 -06:00
Carson M.
0fe8e6b7ed chore: update all version references to 1.20.1 2024-11-23 12:31:14 -06:00
Carson M.
123c449e9a 2.0.0-rc.9 2024-11-21 13:43:18 -06:00
Carson M.
d4f82fc50e refactor!: undo The Flattening 2024-11-12 22:19:15 -06:00
Carson M.
2a9f66d533 docs: update static linking documentation 2024-11-10 14:14:50 -06:00