Commit Graph

4 Commits

Author SHA1 Message Date
yalue
fff18e7522 Update to version 1.17.1 of onnxruntime
- This change updates the headers and included shared library binaries
   release 1.17.1 of onnxruntime. The tests (including CUDA support)
   still seem to pass.
2024-02-28 09:59:38 -05:00
yalue
7d9159837f Update to onnxruntime version 1.16.1
This change updates the onnxruntime C header and test library versions
to version 1.16.1 of onnxruntime.  Fo far it has been tested on x86_64
Windows (CPU only), and using CUDA and TensorRT on x86_64 Linux, with no
obvious failures.
2023-11-01 13:34:06 -04:00
yalue
b2007c3814 Update onnxruntime to 1.15.1, disable telemetry
- This change updates onnxruntime_c_api.h to version 1.15.1, as well as
   test_data/onnxruntime.dll and test_data/onnxruntime_arm64.so.

 - This change also manually adds a call to DisableTelemetryEvents
   whenever initializing onnxruntime. If any user wants to re-enable
   telemetry let me know and I can add a function to do so. I figured
   most people won't care if it's just off by default in these bindings.
2023-06-20 20:38:06 -04:00
yalue
75e3434f7e Initial commit
- Sets up the onnxruntime environment, but doesn't load or run networks
   yet.

 - The things builds and run on Windows.

 - Still working on getting the Linux (arm64 for now) test to work.
2023-01-28 13:49:33 -05:00