You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/10/22 20:43:02 UTC

[GitHub] [tvm] mehrdadh commented on a change in pull request #9325: [microTVM][Zephyr] Enable RISCV Tests on QEMU CI

mehrdadh commented on a change in pull request #9325:
URL: https://github.com/apache/tvm/pull/9325#discussion_r734832401



##########
File path: tests/micro/zephyr/test_zephyr_aot.py
##########
@@ -55,8 +57,8 @@ def test_tflite(temp_dir, board, west_cmd, tvm_debug):
     output_shape = (1, 10)
     build_config = {"debug": tvm_debug}
 
-    model_url = "https://github.com/eembc/ulpmark-ml/raw/fc1499c7cc83681a02820d5ddf5d97fe75d4f663/base_models/ic01/ic01_fp32.tflite"
-    model_path = download_testdata(model_url, "ic01_fp32.tflite", module="model")
+    model_url = "https://github.com/tlc-pack/web-data/raw/main/testdata/microTVM/model/image_classification_fp32.tflite"

Review comment:
       we could. I have other PRs changing this test file.
   If that's the only issue, I will do a follow on in the other PR.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org