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 2022/06/22 00:26:42 UTC

[GitHub] [tvm] guberti opened a new pull request, #11812: [ci] Use Stanford Cars mirror to fix CI docs build

guberti opened a new pull request, #11812:
URL: https://github.com/apache/tvm/pull/11812

   As part of `gallery/how_to/work_with_microtvm/micro_train.py`, we download a part of the Stanford Cars dataset from https://ai.stanford.edu/. Unfortunately, https://ai.stanford.edu/ is currently down, with no indication of when it will be back up. This PR provides a **temporary** CI fix by switching this tutorial to use a mirror link. Note that the link is not an exact mirror (containing all files, not just the train ones), so a few other lines had to be adjusted too.


-- 
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


[GitHub] [tvm] guberti commented on pull request #11812: [skip ci] Use Stanford Cars mirror to fix CI docs build

Posted by GitBox <gi...@apache.org>.
guberti commented on PR #11812:
URL: https://github.com/apache/tvm/pull/11812#issuecomment-1162500995

   > also fyi to skip Jenkins `[skip ci]` must be prepended to the PR title, but to skip GitHub actions jobs it must be on the commit message subject (so to skip CI for this commit you could `git commit --amend` and add `[skip ci]` then re-push)
   
   Good to know, thanks!


-- 
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


[GitHub] [tvm] mehrdadh commented on pull request #11812: [skip-ci] Use Stanford Cars mirror to fix CI docs build

Posted by GitBox <gi...@apache.org>.
mehrdadh commented on PR #11812:
URL: https://github.com/apache/tvm/pull/11812#issuecomment-1162492080

   added skip-ci to unlock the CI quickly.


-- 
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


[GitHub] [tvm] guberti commented on pull request #11812: [skip ci] Use Stanford Cars mirror to fix CI docs build

Posted by GitBox <gi...@apache.org>.
guberti commented on PR #11812:
URL: https://github.com/apache/tvm/pull/11812#issuecomment-1162497984

   Can confirm the fix works locally. You can try it yourself on Google Colab at https://colab.research.google.com/drive/1ycMRXm3ulghiBKsdrp1wiKdFpmXNej9o?usp=sharing (click "Run All").


-- 
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


[GitHub] [tvm] mehrdadh merged pull request #11812: [skip ci] Use Stanford Cars mirror to fix CI docs build

Posted by GitBox <gi...@apache.org>.
mehrdadh merged PR #11812:
URL: https://github.com/apache/tvm/pull/11812


-- 
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


[GitHub] [tvm] guberti commented on pull request #11812: [skip-ci] Use Stanford Cars mirror to fix CI docs build

Posted by GitBox <gi...@apache.org>.
guberti commented on PR #11812:
URL: https://github.com/apache/tvm/pull/11812#issuecomment-1162492595

   I'm surprised http://ai.stanford.edu/ went down - [Pytorch](https://pytorch.org/vision/0.12/_modules/torchvision/datasets/stanford_cars.html) and [Tensorflow](https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/image_classification/cars196.py) both use this link for their datasets packages, so it seems to be trusted. I'm not sure what the best long-term fix for this issue is - see the discussion on #11811 for more.


-- 
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


[GitHub] [tvm] driazati commented on pull request #11812: [skip ci] Use Stanford Cars mirror to fix CI docs build

Posted by GitBox <gi...@apache.org>.
driazati commented on PR #11812:
URL: https://github.com/apache/tvm/pull/11812#issuecomment-1162499405

   also fyi to skip Jenkins `[skip ci]` must be prepended to the PR title, but to skip GitHub actions jobs it must be on the commit message subject (so to skip CI for this commit you could `git commit --amend` and add `[skip ci]` then re-push)


-- 
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