We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1a52f commit 37362cdCopy full SHA for 37362cd
rust/onnx/build.sh
@@ -33,9 +33,8 @@ else
33
git clone --recursive https://github.com/Microsoft/onnxruntime.git runtime
34
cd runtime
35
36
- info "Checkout v1.22.1 because ort v2.0.0-rc.10 needs v1.22.0 but it's broken."
37
- # See https://github.com/microsoft/onnxruntime/issues/25098
38
- git checkout v1.22.1
+ info "Checkout v1.23.2 because that's what ort v2.0.0-rc.11 supports."
+ git checkout v1.23.2
39
40
# The build fails with GCC 14 due to warnings as errors.
41
sed -i '/function(onnxruntime_set_compile_flags/a\
0 commit comments