Skip to content

Commit

Permalink
fix onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Nov 28, 2024
1 parent 6d186c1 commit dc32fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/onnx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ else
git clone --recursive https://github.com/Microsoft/onnxruntime.git runtime
cd runtime

info "Checkout v1.19.2 because that's what ort v2.0.0-rc.8 supports."
git checkout v1.19.2
info "Checkout v1.20.0 because that's what ort v2.0.0-rc.9 supports."
git checkout v1.20.0

info "Build the static libraries."
x ./build.sh --config=Release --parallel $ONNX_RUNTIME_BUILD_FLAGS
Expand Down

0 comments on commit dc32fb7

Please sign in to comment.