commit | e6bed9c959779623413fcd55ebe3c7a01b7c2d95 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Apr 22 13:03:25 2022 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Apr 22 20:08:14 2022 +0000 |
tree | f680335a8c0f3efa06e99b53904d96b4cc25d327 | |
parent | 7134d502059d95eea3e0e9cac5747746a5e2e190 [diff] |
sw:vec_iree: fix mnist input image path Following the change in https://github.com/google/iree/pull/8958, update the mnist input image path to a fixed URL. Change-Id: Ide74c0dfaadc6816f9ea7a3f400e4080bc5bc5ea
diff --git a/samples/float_model/CMakeLists.txt b/samples/float_model/CMakeLists.txt index d89bcc9..0903a84 100644 --- a/samples/float_model/CMakeLists.txt +++ b/samples/float_model/CMakeLists.txt
@@ -53,8 +53,8 @@ SHAPE "1, 28, 28, 1" SRC - "https://raw.githubusercontent.com/google/iree/main/ \ - iree/samples/vision/mnist_test.png" + "https://github.com/google/iree/raw/ \ + 1e8d1fa96057c47d1fda918f3a2f71f14b073937/samples/iree_vision_inference/mnist_test.png" RANGE "0, 1" )