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/04/05 10:55:32 UTC

[GitHub] [tvm] leandron commented on pull request #10794: bump PyTorch version to 1.11

leandron commented on PR #10794:
URL: https://github.com/apache/tvm/pull/10794#issuecomment-1088560211

   To confirm here, as I did the update this time... the latest version of the images now contains PyTorch 1.11.
   
   ```
   $ docker run -it --rm tlcpack/ci-gpu:v0.84 bash
   root@6ba934f13b82:/# python3
   Python 3.7.5 (default, Dec  9 2021, 17:04:37) 
   [GCC 8.4.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import torch
   >>> torch.__version__
   '1.11.0+cu102'
   >>> 
   ```


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