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/09/23 06:05:12 UTC

[GitHub] [tvm] jiangjiajun opened a new issue #9085: [CI Image] Update ci-cpu/gpu image

jiangjiajun opened a new issue #9085:
URL: https://github.com/apache/tvm/issues/9085


   Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking.  You are always welcomed to post on the forum first :smile_cat:
   
   Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.
   
   - [ ] S0. Reason: upgrade dependency of paddlepaddle to 2.1.3(Pull Request: https://github.com/apache/tvm/pull/9082 ), to solve the conflicts between  PaddlePaddle and AutoTVM, also block the PR https://github.com/apache/tvm/pull/9083
   
   - [ ] S1. Tag of nightly build: TAG. Docker hub: https://hub.docker.com/layers/tlcpackstaging/ci_cpu/...
   
   - [ ] S2. The nightly is built on TVM commit: TVM_COMMIT. Detailed info can be found here: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/....
   
   - [ ] S3. Testing the nightly image on ci-docker-staging: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/...
   
   - [ ] S4. Retag TAG to VERSION:
   ```
   docker pull tlcpackstaging/IMAGE_NAME:TAG
   docker tag tlcpackstaging/IMAGE_NAME:TAG tlcpack/IMAGE_NAME:VERSION
   docker push tlcpack/IMAGE_NAME:VERSION
   ```
   
   - [ ] S5. Check if the new tag is really there: https://hub.docker.com/u/tlcpack
   
   - [ ] S6. Submit a PR updating the IMAGE_NAME version on Jenkins
   


-- 
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] masahi closed issue #9085: [CI Image] Update ci-cpu/gpu image

Posted by GitBox <gi...@apache.org>.
masahi closed issue #9085:
URL: https://github.com/apache/tvm/issues/9085


   


-- 
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] jiangjiajun commented on issue #9085: [CI Image] Update ci-cpu/gpu image

Posted by GitBox <gi...@apache.org>.
jiangjiajun commented on issue #9085:
URL: https://github.com/apache/tvm/issues/9085#issuecomment-939703857


   I think ci-gpu  is also needed, but it is strange that currently all the ci runs well, maybe all the frontend and tvmc only test in ci-cpu?


-- 
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] areusch commented on issue #9085: [CI Image] Update ci-cpu/gpu image

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #9085:
URL: https://github.com/apache/tvm/issues/9085#issuecomment-942396843


   ```
   docker pull tlcpackstaging/ci_gpu:20210929-225912-da5b4fbfe-validated
   docker tag tlcpackstaging/ci_gpu:20210929-225912-da5b4fbfe-validated tlcpack/ci-gpu:v0.78
   docker push tlcpack/ci-gpu:v0.78
   ```


-- 
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] areusch commented on issue #9085: [CI Image] Update ci-cpu/gpu image

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #9085:
URL: https://github.com/apache/tvm/issues/9085#issuecomment-939519836


   did this need ci-gpu as well? I only pushed ci-cpu.


-- 
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] areusch commented on issue #9085: [CI Image] Update ci-cpu/gpu image

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #9085:
URL: https://github.com/apache/tvm/issues/9085#issuecomment-942396843


   ```
   docker pull tlcpackstaging/ci_gpu:20210929-225912-da5b4fbfe-validated
   docker tag tlcpackstaging/ci_gpu:20210929-225912-da5b4fbfe-validated tlcpack/ci-gpu:v0.78
   docker push tlcpack/ci-gpu:v0.78
   ```


-- 
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] jiangjiajun edited a comment on issue #9085: [CI Image] Update ci-cpu/gpu image

Posted by GitBox <gi...@apache.org>.
jiangjiajun edited a comment on issue #9085:
URL: https://github.com/apache/tvm/issues/9085#issuecomment-939703857


   I think ci-gpu  is also needed, but it is strange that currently all the ci runs well, maybe all the frontend and tvmc only test in ci-cpu?
   
   @areusch Could you help to push a new tag for ci-gpu?


-- 
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] jiangjiajun closed issue #9085: [CI Image] Update ci-cpu/gpu image

Posted by GitBox <gi...@apache.org>.
jiangjiajun closed issue #9085:
URL: https://github.com/apache/tvm/issues/9085


   


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