PyTorch 2.0 Final RC 공개 & 3/15 정식 출시 예정 🎉

PyTorch 2.0 Final RC가 공개되었습니다!

더불어 PyTorch 2.0의 정식 출시도 3월 15일이라고 하니, 이제 1주일 뒤면 2.0을 사용할 수 있겠네요 :tada:

RC 버전에 관심 있으신 분들께서는 아래에서 다운로드 받으실 수 있습니다. :smiley:


PyTorch 2.0 - Final RC is available

  • Final RC for PyTorch core and Domain Libraries is available for download from pytorch-test channel.
  • Reminder of key dates:
    • Release date 3/15

Installation

  • Following are instructions on how to download different versions of RC for testing.

* CONDA CPU:

  • Windows/LInux:
    conda install pytorch torchvision torchaudio cpuonly -c pytorch-test
  • MacOS:
    conda install pytorch torchvision torchaudio -c pytorch-test

* CUDA 11.7, 11.8

  • Windows/Linux:
    • conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch-test -c nvidia
    • conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-test -c nvidia

* PIP CPU:

  • Windows/Linux/MacOS:
    • pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cpu

* PIP CUDA 11.7, 11.8

  • Windows/Linux:
    • pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu117
    • pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu118

* PIP ROCM 5.4

  • pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/rocm5.4/

* Libtorch:

4개의 좋아요