Skip to content

Commit

Permalink
update flatbuffers-compiler version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed Jan 9, 2024
1 parent 89bad14 commit 90ef6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
# needed in TFLite export
wget https://github.com/PINTO0309/onnx2tf/releases/download/1.7.3/flatc.tar.gz
wget https://github.com/PINTO0309/onnx2tf/releases/download/1.16.31/flatc.tar.gz
tar -zxvf flatc.tar.gz
sudo chmod +x flatc
sudo mv flatc /usr/bin/
Expand Down

0 comments on commit 90ef6ef

Please sign in to comment.