Skip to content

Commit

Permalink
Merge pull request #32162 from vespa-engine/balder/require-jlama-3.3-rpm
Browse files Browse the repository at this point in the history
Require jllama 3.3 as rpm dependency too. MERGEOK
  • Loading branch information
Harald Musum authored Aug 17, 2024
2 parents fefe577 + 3cbe3f6 commit 0556996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/vespa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
%global _vespa_gtest_version 1.14.0
%global _vespa_protobuf_version 5.26.1
%global _vespa_openblas_version 0.3.27
%global _vespa_llama_version 3.3.0
%global _use_vespa_abseil_cpp 1
%global _use_vespa_protobuf 1
%global _use_vespa_openblas 1
Expand Down Expand Up @@ -201,7 +202,7 @@ Requires: vespa-protobuf = %{_vespa_protobuf_version}
Requires: llvm-libs
%endif
Requires: vespa-onnxruntime = 1.18.0
Requires: vespa-jllama = 3.2.1
Requires: vespa-jllama = %{_vespa_llama_version}
Requires: vespa-openblas >= %{_vespa_openblas_version}

%description libs
Expand Down

0 comments on commit 0556996

Please sign in to comment.