Skip to content

Commit

Permalink
upgrade onnx version (#2365)
Browse files Browse the repository at this point in the history
- updated splade-pp-ed-optimized.onnx on remote end
- updated onnxruntime to support opset 19
  • Loading branch information
ArthurChen189 authored Feb 9, 2024
1 parent 5c110dc commit fd8655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
<dependency>
<groupId>com.microsoft.onnxruntime</groupId>
<artifactId>onnxruntime</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>ai.djl</groupId>
Expand Down

0 comments on commit fd8655f

Please sign in to comment.