Skip to content

Commit

Permalink
Update onnxruntime to 1.16.2 (#1164)
Browse files Browse the repository at this point in the history
Co-authored-by: yadda yadda yadda <grv@dfdx.me>
  • Loading branch information
scala-steward and shuttie committed Nov 13, 2023
1 parent 9977cbf commit d801020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ lazy val root = (project in file("."))
"org.mapdb" % "mapdb" % "3.0.10" exclude ("net.jpountz.lz4", "lz4"),
"com.github.jelmerk" % "hnswlib-core" % "1.1.0",
"org.slf4j" % "jcl-over-slf4j" % "2.0.9", // librec uses commons-logging, which is JCL
"com.microsoft.onnxruntime" % "onnxruntime" % "1.16.2"
"ai.djl" % "api" % "0.25.0",
"ai.djl.huggingface" % "tokenizers" % "0.25.0",
"com.microsoft.onnxruntime" % "onnxruntime" % "1.16.1"
"ai.djl.huggingface" % "tokenizers" % "0.25.0"
),
excludeDependencies ++= Seq(
"commons-logging" % "commons-logging"
Expand Down

0 comments on commit d801020

Please sign in to comment.