@@ -34,8 +34,8 @@ v1.11.0 or below.
34
34
Note on onnxruntime Library Versions
35
35
------------------------------------
36
36
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
39
39
onnxruntime shared libraries, as well. If you need to use a different version,
40
40
or if I get behind on updating this repository, updating or changing the
41
41
onnxruntime version should be fairly easy:
@@ -59,7 +59,7 @@ download from the releases page in the
59
59
for the release you want to use, and extract it. The header file is located in
60
60
the "include" subdirectory, and the shared library will be located in the "lib"
61
61
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
63
63
` libonnxruntime.so ` , which is just a symbolic link.) The archive will contain
64
64
several other files containing C++ headers, debug symbols, and so on, but you
65
65
shouldn't need anything other than the single onnxruntime shared library and
@@ -80,7 +80,7 @@ few lines of the following example.
80
80
Note that if you want to use CUDA, you'll need to be using a version of the
81
81
onnxruntime shared library with CUDA support, as well as be using a CUDA
82
82
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
84
84
12.x. See
85
85
[ the onnxruntime CUDA support documentation] ( https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html )
86
86
for more specifics.
0 commit comments