Skip to content

Commit

Permalink
Merge ad9c392 into 8373a7d
Browse files Browse the repository at this point in the history
  • Loading branch information
kali authored Jun 25, 2024
2 parents 8373a7d + ad9c392 commit a442214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tflite-mobilenet-v3/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

wget -q "https://tfhub.dev/google/lite-model/imagenet/mobilenet_v3_small_100_224/classification/5/default/1?lite-format=tflite" -O mobilenet_v3_small_100_224.tflite
wget -q "https://tract-ci-builds.s3.amazonaws.com/model/mobilenet_v3_small_100_224.tflite" -O mobilenet_v3_small_100_224.tflite
cargo run
rm -rf mobilenet*
cargo clean

0 comments on commit a442214

Please sign in to comment.