Skip to content

Commit

Permalink
upgrade onnxruntime to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi committed Sep 6, 2024
1 parent 73fe300 commit 22e4e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ object Dependencies {
val tensorflowM1 = "com.johnsnowlabs.nlp" %% "tensorflow-m1" % tensorflowVersion
val tensorflowLinuxAarch64 = "com.johnsnowlabs.nlp" %% "tensorflow-aarch64" % tensorflowVersion

val onnxRuntimeVersion = "1.18.0"
val onnxRuntimeVersion = "1.19.2"
val onnxCPU = "com.microsoft.onnxruntime" % "onnxruntime" % onnxRuntimeVersion
val onnxGPU = "com.microsoft.onnxruntime" % "onnxruntime_gpu" % onnxRuntimeVersion

Expand Down

0 comments on commit 22e4e78

Please sign in to comment.