How do I install PyTorch v1.0.0+ on Google Colab?

前端 未结 6 1245
广开言路
广开言路 2021-02-14 02:08

PyTorch v1.0.0 stable was released on 8 December 2018 after being announced 7 months earlier.

I want get a version optimised for the hardware that my IPython kernel is r

6条回答
  •  生来不讨喜
    2021-02-14 02:56

    Here is a code to install pytorch. You can change it to whatever version you want.

    !pip3 install http://download.pytorch.org/whl/cu92/torch-1.0.0-cp36-cp36m-linux_x86_64.whl
    

提交回复
热议问题