lhutton1 commented on PR #17015:
URL: https://github.com/apache/tvm/pull/17015#issuecomment-2140825657

   I've just completed the manual step for 
[mobilenetv2-7.onnx](https://github.com/apache/tvm/actions/runs/9308682386). It 
seems resnet-v2-7.onnx from the same commit hash has already been uploaded 
[here](https://github.com/apache/tvm/blob/27a3b90105c27135924a357fb72c4d6bfa5e33d7/tests/scripts/request_hook/request_hook.py#L123).
   
   We'd just need to add a new line to request_hooks.py:
   ```python
   
"https://github.com/onnx/models/raw/bd206494e8b6a27b25e5cf7199dbcdbfe9d05d1c/vision/classification/mobilenet/model/mobilenetv2-7.onnx":
 
f"{BASE}/m/onnx/models/raw/bd206494e8b6a27b25e5cf7199dbcdbfe9d05d1c/vision/classification/mobilenet/model/mobilenetv2-7.onnx",
 
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to