Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Mar 29, 2022
1 parent 7611e8f commit 1025fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Add this to the build.sbt in your project:

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

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)
Expand Down Expand Up @@ -85,7 +85,7 @@ Feel free to wrap your calls into it in a facade with typed inputs.

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

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.
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.

### Fine-grained API
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++).
Expand Down

0 comments on commit 1025fd4

Please sign in to comment.