Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "require onnxruntime 1.19.0" #32302

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<mojo-executor.vespa.version>2.4.0</mojo-executor.vespa.version>
<netty.vespa.version>4.1.112.Final</netty.vespa.version>
<netty-tcnative.vespa.version>2.0.65.Final</netty-tcnative.vespa.version>
<onnxruntime.vespa.version>1.19.0</onnxruntime.vespa.version>
<onnxruntime.vespa.version>1.18.0</onnxruntime.vespa.version>
<opennlp.vespa.version>2.4.0</opennlp.vespa.version>
<opentest4j.vespa.version>1.3.0</opentest4j.vespa.version>
<org.json.vespa.version>20240303</org.json.vespa.version>
Expand Down
4 changes: 2 additions & 2 deletions dist/vespa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
%define _defattr_is_vespa_vespa 0
%define _command_cmake cmake3
%global _vespa_abseil_cpp_version 20240116.1
%global _vespa_build_depencencies_version 1.3.4
%global _vespa_build_depencencies_version 1.3.3
%global _vespa_gtest_version 1.14.0
%global _vespa_protobuf_version 5.26.1
%global _vespa_openblas_version 0.3.27
Expand Down Expand Up @@ -201,7 +201,7 @@ Requires: vespa-protobuf = %{_vespa_protobuf_version}
Requires: vespa-protobuf = %{_vespa_protobuf_version}
Requires: llvm-libs
%endif
Requires: vespa-onnxruntime = 1.19.0
Requires: vespa-onnxruntime = 1.18.0
Requires: vespa-jllama = %{_vespa_llama_version}
Requires: vespa-openblas >= %{_vespa_openblas_version}

Expand Down