Skip to content

Commit 1025fd4

Browse files
committed
Update README
1 parent 7611e8f commit 1025fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Add this to the build.sbt in your project:
99

1010
```scala
11-
libraryDependencies += "org.emergent-order" %% "onnx-scala-backends" % "0.15.0"
11+
libraryDependencies += "org.emergent-order" %% "onnx-scala-backends" % "0.16.0"
1212
```
1313

1414
A short, recent talk I gave about the project: [ONNX-Scala: Typeful, Functional Deep Learning / Dotty Meets an Open AI Standard](https://youtu.be/8HuZTeHi7lg?t=1156)
@@ -85,7 +85,7 @@ Feel free to wrap your calls into it in a facade with typed inputs.
8585

8686
ONNX-Scala is cross-built against Scala JVM and Scala.js/JavaScript (for Scala 3 / Dotty )
8787

88-
Currently at ONNX 1.10.0 (Backward compatible to at least 1.2.0 for the full model API, 1.7.0 for the fine-grained API), ONNX Runtime 1.9.0.
88+
Currently at ONNX 1.11.0 (Backward compatible to at least 1.2.0 for the full model API, 1.7.0 for the fine-grained API), ONNX Runtime 1.11.0.
8989

9090
### Fine-grained API
9191
A complete\*, versioned, numerically generic, type-safe / typeful API to ONNX(Open Neural Network eXchange, an open format to represent deep learning and classical machine learning models), derived from the Protobuf definitions and the operator schemas (defined in C++).

0 commit comments

Comments
 (0)