Skip to content

Commit

Permalink
set ORT to 1.18.0
Browse files Browse the repository at this point in the history
- ORT 1.18.1 has not been released yet
  • Loading branch information
maziyarpanahi committed Jun 29, 2024
1 parent a5b88ad commit 1502757
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.1"
val onnxRuntimeVersion = "1.18.0"
val onnxCPU = "com.microsoft.onnxruntime" % "onnxruntime" % onnxRuntimeVersion
val onnxGPU = "com.microsoft.onnxruntime" % "onnxruntime_gpu" % onnxRuntimeVersion

Expand Down

0 comments on commit 1502757

Please sign in to comment.