diff --git a/examples/keras-tract-tf2/example.onnx b/examples/keras-tract-tf2/example.onnx index 017863bae3..4d27d42ad9 100644 Binary files a/examples/keras-tract-tf2/example.onnx and b/examples/keras-tract-tf2/example.onnx differ diff --git a/examples/keras-tract-tf2/io.npz b/examples/keras-tract-tf2/io.npz index fb1d4fd5c2..44e886cb77 100644 Binary files a/examples/keras-tract-tf2/io.npz and b/examples/keras-tract-tf2/io.npz differ diff --git a/examples/onnx-mobilenet-v2/README.md b/examples/onnx-mobilenet-v2/README.md index 7534037624..31b58da0ac 100644 --- a/examples/onnx-mobilenet-v2/README.md +++ b/examples/onnx-mobilenet-v2/README.md @@ -23,7 +23,7 @@ Models can get a big heavy, so we chose not to include them in tract git reposit You will need to download the models. For instance: ```sh -wget https://github.com/onnx/models/raw/main/vision/classification/mobilenet/model/mobilenetv2-7.onnx +wget https://s3.amazonaws.com/tract-ci-builds/tests/mobilenetv2-7.onnx ``` ## Input image diff --git a/examples/onnx-mobilenet-v2/ci.sh b/examples/onnx-mobilenet-v2/ci.sh index ebde12f160..486e3b60e4 100644 --- a/examples/onnx-mobilenet-v2/ci.sh +++ b/examples/onnx-mobilenet-v2/ci.sh @@ -3,7 +3,7 @@ set -ex [ -e mobilenetv2-7.onnx ] || \ - wget -q https://github.com/onnx/models/raw/main/vision/classification/mobilenet/model/mobilenetv2-7.onnx -O mobilenetv2-7.onnx + wget -q https://s3.amazonaws.com/tract-ci-builds/tests/mobilenetv2-7.onnx -O mobilenetv2-7.onnx # on win/linux cargo run