Skip to content

Commit

Permalink
fix more onnx models urls
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Dec 11, 2023
1 parent 7bd0ae2 commit 7175fc1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified examples/keras-tract-tf2/example.onnx
Binary file not shown.
Binary file modified examples/keras-tract-tf2/io.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/onnx-mobilenet-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/onnx-mobilenet-v2/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7175fc1

Please sign in to comment.