Skip to content

Commit f70a71e

Browse files
antrose99yalue
authored andcommitted
feat: upgrade to onnxruntime 1.22.0
1 parent f86bf9b commit f70a71e

7 files changed

+6201
-4958
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ v1.11.0 or below.
3434
Note on onnxruntime Library Versions
3535
------------------------------------
3636

37-
At the time of writing, this library uses version 1.21.0 of the onnxruntime
38-
C API headers. So, it will probably only work with version 1.21.0 of the
37+
At the time of writing, this library uses version 1.22.0 of the onnxruntime
38+
C API headers. So, it will probably only work with version 1.22.0 of the
3939
onnxruntime shared libraries, as well. If you need to use a different version,
4040
or if I get behind on updating this repository, updating or changing the
4141
onnxruntime version should be fairly easy:
@@ -59,7 +59,7 @@ download from the releases page in the
5959
for the release you want to use, and extract it. The header file is located in
6060
the "include" subdirectory, and the shared library will be located in the "lib"
6161
subdirectory. (On Linux systems, you'll need the version of the .so with the
62-
appended version numbers, e.g., `libonnxruntime.so.1.21.0`, and _not_ the
62+
appended version numbers, e.g., `libonnxruntime.so.1.22.0`, and _not_ the
6363
`libonnxruntime.so`, which is just a symbolic link.) The archive will contain
6464
several other files containing C++ headers, debug symbols, and so on, but you
6565
shouldn't need anything other than the single onnxruntime shared library and
@@ -80,7 +80,7 @@ few lines of the following example.
8080
Note that if you want to use CUDA, you'll need to be using a version of the
8181
onnxruntime shared library with CUDA support, as well as be using a CUDA
8282
version supported by the underlying version of your onnxruntime library. For
83-
example, version 1.21.0 of the onnxruntime library only supports CUDA versions
83+
example, version 1.22.0 of the onnxruntime library only supports CUDA versions
8484
12.x. See
8585
[the onnxruntime CUDA support documentation](https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html)
8686
for more specifics.

0 commit comments

Comments
 (0)