Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Torch 1.7 update to mainline #6828

Merged
merged 2 commits into from
Nov 3, 2020
Merged

[CI] Torch 1.7 update to mainline #6828

merged 2 commits into from
Nov 3, 2020

Conversation

masahi
Copy link
Member

@masahi masahi commented Nov 3, 2020

Closes #6594

Reopening #6811 to reflect the change in CI image. Tests in the staging branch have passed with the new image https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/34/pipeline

Now, ci-gpu should be running v0.72, the new image with torch 1.7

$ docker run -it tlcpack/ci-gpu:v0.72
root@d64e8b20bae4:/# python3
Python 3.6.12 (default, Aug 18 2020, 02:08:22) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> torch.__version__
'1.7.0'
>>> import torchvision
>>> torchvision.__version__
'0.8.1'

@masahi
Copy link
Member Author

masahi commented Nov 3, 2020

@jcf94
Copy link
Contributor

jcf94 commented Nov 3, 2020

I've hit a flaky test introduced in #6750
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-6828/1/pipeline/252

@jcf94 @merrymercy @tqchen

Thanks! I'm also checking this part.

@masahi
Copy link
Member Author

masahi commented Nov 3, 2020

@jcf94 how is it looking? Shall I disable those tests for now?

@jcf94
Copy link
Contributor

jcf94 commented Nov 3, 2020

@jcf94 how is it looking? Shall I disable those tests for now?

Really sorry for this, seems this bug only occured in the CI runtime.
You can currently disable it for not blocking other PRs.

@masahi
Copy link
Member Author

masahi commented Nov 3, 2020

yeah no problem, this seems i386 specific, I imagine it would be hard to repro.

@jcf94
Copy link
Contributor

jcf94 commented Nov 3, 2020

yeah no problem, this seems i386 specific, I imagine it would be hard to repro.

Thanks.

* fix norm and linspace test

* fix upsampling conversion

* update install script

* remove print

* fix pylint

* disable quantized googlenet test

* fix for object detection test

* fix pylint

* update ci-gpu

* fix typo

* updated supported version
@masahi
Copy link
Member Author

masahi commented Nov 3, 2020

tvm-ci/branch (ci-docker-staging) failed with no space left on device error, but since the tests on ci-docker-staging have already passed in https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/34/pipeline/ and the image is updated, it doesn't matter (sending a PR from ci-docker-staging was my mistake, causing unnecessary CI tests).

@tqchen @zhiics @kevinthesun Ready to land PyTorch 1.7 support !!

@tqchen tqchen merged commit 174e21a into main Nov 3, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 2, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 4, 2020
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Torch, CI] Support PyTorch 1.7
4 participants