Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Jan 7, 2024
1 parent 5c8a343 commit 2093d48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ This is an **performant** and **modern** Java binding to Microsoft's [ONNX Runti
This project's goals are to provide a type-safe, lightweight, and performant binding which abstracts a lot of the native and C API intricacies away behind a Java-friendly interface.
This is loosely coupled to the upstream project and built off of the public (and stable) [C API](https://onnxruntime.ai/docs/api/c/struct_ort_api.html).

The minimum supported Java version is 22, since the FFI API was introduced (and taken out of preview in that version).
Given the limited stability guarantees of the underlying API, please use in production use cases with great care.
The minimum supported Java version is 22, since the FFI API was introduced (and taken out of preview) in that version.
There are [other](https://github.com/bytedeco/javacpp-presets/tree/master/onnxruntime) [fine](https://github.com/microsoft/onnxruntime/tree/main/java) bindings which use JNI and are capable of supporting lower Java versions.

## Usage
Expand Down

0 comments on commit 2093d48

Please sign in to comment.