Commit Graph

50 Commits

Author SHA1 Message Date
Carson M.
e92a226dc6 chore: update to ONNX Runtime v1.21.0 2025-03-09 11:03:40 -05:00
Carson M.
b5e54a5283 chore: update all version references 2025-02-18 12:11:18 -06:00
José Díaz
392a0e59d4 docs: added boquilahub to projects (#342) 2025-01-27 10:36:19 -06:00
Carson M.
dfe22d4e55 docs: update docs 2025-01-22 19:45:20 -06:00
Carson M.
d5acc5abb2 docs: add Spacedrive to projects using ort 2025-01-10 14:42:07 -06:00
Diretnan Domnan
9f7ea0450a docs: add ahnlich to projects (#330) 2024-12-05 09:52:42 -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.
28e00e3750 chore: update to ONNX Runtime v1.20.0 2024-11-03 14:52:22 -06:00
Carson M.
5f6411a3e9 2.0.0-rc.8 2024-10-19 10:51:16 -05:00
Carson M.
ab13822ff2 docs: switch rustdoc links back to docs.rs 2024-10-18 17:50:08 -05:00
Carson M.
b9ef6aa529 docs: clarity, add favicon & description 2024-09-14 17:02:47 -05:00
Carson M.
7ad5b84e5a temporarily redirect rustdoc links 2024-09-10 21:57:46 -05:00
Carson M.
60f6ecae90 chore: update to ONNX Runtime v1.19.2 2024-09-05 00:17:56 -05:00
Carson M.
ab293f89a2 chore: update to ONNX Runtime v1.19.0 2024-08-13 13:46:15 -05:00
Carson M.
3dec0173e8 2.0.0-rc.3 2024-07-06 12:16:29 -05:00
Julien Cretin
bf10c18349 docs: Add Magika to projects using ort (#224) 2024-07-03 08:58:34 -05:00
Carson M.
8f8bbfb424 chore: update to ONNX Runtime v1.18.1 2024-06-30 13:11:57 -05:00
Carson M.
17b4170cb0 chore: update ONNX Runtime to v1.18.0 2024-05-25 23:17:43 -05:00
Carson M.
9b8bdf9065 docs: update readme 2024-05-06 13:43:18 -05:00
Carson M.
a485297375 docs: switch readme banner 2024-04-25 10:53:36 -05:00
Carson M.
a71ea4322f docs: update version references to v1.17.3 2024-04-25 10:25:54 -05:00
Carson M
f6438c9148 docs: fix supabase URL 2024-04-18 12:31:18 -05:00
Varik Matevosyan
dde4f685ba docs: Add Lantern to projects using ort (#188)
Co-authored-by: Carson M <carson@pyke.io>
2024-04-18 12:29:48 -05:00
Mustafa Ekrem KENTER
014ae2f29d docs: Add Supabase to Projects using ort (#187) 2024-04-18 12:29:00 -05:00
Carson M.
7d1abd2b10 docs: 1.17.0 update, add new environment commit behavior 2024-02-06 14:49:19 -06:00
Carson M.
b8492191d1 2.0.0-alpha.2 2023-11-27 22:47:23 -06:00
Carson M.
4af2b45a41 chore: update to onnxruntime 1.16.2 2023-11-14 19:16:51 -06:00
Carson M.
02ac039cef chore: cleanup manifests, split license file 2023-11-06 19:21:58 -06:00
Carson M.
c1839a247c docs: update readme 2023-11-01 22:24:38 -05:00
Carson M.
9a631f1d0d simplify, fix leaks & bad error messages 2023-10-03 14:14:29 -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
d54b5ece9d v2.0.0 alpha1 2023-08-16 15:03:46 -05:00
Carson M
447354a46c 1.15.0 2023-07-15 19:47:01 -05:00
Travis Morton
9799e61bb4 docs: Add Ortex to "Projects using ort" (#54) 2023-05-27 17:08:19 -05:00
Carson M
e79ceea457 chore: cleanup documentation 2023-04-13 22:54:31 -05:00
Carson M
94949ed68f docs: update readme 2023-04-01 09:58:28 -05:00
Carson M
24310cd3b8 docs: update readme 2023-03-22 16:37:46 -05:00
Carson M
306a873c45 docs: minor readme changes 2023-03-17 11:55:52 -05:00
Mykyta
099b947f54 docs: Add edge-transformers as a project that uses ORT :) (#25) 2023-03-17 10:49:42 -05:00
Carson M
716827b9b3 docs: overhaul readme
graphic design is my passion
2023-03-09 21:17:38 -06:00
Carson M
957b1aa1dc docs: update readme 2023-02-27 13:02:26 -06:00
Carson M
ebb58fd6f5 refactor!: reduce bloat, make download strategy optional 2023-02-26 17:15:39 -06:00
Carson M
f094fa5f35 1.14.0-beta.0 2023-02-12 11:52:51 -06:00
Carson M
2a520159d5 fix: doc tests 2023-02-12 10:31:36 -06:00
Carson M
d5b50259b8 docs: update for clarity 2023-01-18 10:30:13 -06:00
Carson M
f7a617fa2b refactor: remove disable-build-script, prefer-* features
Simplifies downstream usage in libraries using docs.rs.

`prefer-*` had to be removed because I could not for the life of me get
rust-analyzer to **not** enable all Cargo features.
No matter what, it always wanted to compile ORT from source after
removing the `disable-build-script` feature. I gave up and decided
the features were not useful anyways.
2023-01-17 14:34:57 -06:00
Carson M
fdfce69097 docs: clarity 2022-12-20 09:07:31 -06:00
Carson M
7b3acaf95b 1.13.0 2022-11-26 15:16:30 -06:00