Compatibility between torch, torchtext, torchvision, torchaudio and Python versions in PyTorch

Torch and torchtext version adaptation

Correspondence between torch and torchtext, Python, source: https://pypi.org/project/torchtext/

As of the publication date, the latest version: torch 2.0.0, torchtext 0.15.1
insert image description hereinstallation method:

conda install -c pytorch torchtext

or

pip install torchtext

Torch and torchvision version adaptation

Correspondence between torch and torchvision, Python, source: https://github.com/pytorch/vision

As of publication, the latest version: torch 2.0.0, torchvision 0.15.1
insert image description here

installation method:

conda install torchvision -c pytorch

or

pip install torchvision

Torch and torchaudio version adaptation

Correspondence between torch and torchaudio, Python, source: https://pytorch.org/audio/main/installation.html

As of the time of publication, the latest version: torch 2.0.0, torchaudio 2.0.1
insert image description here
Welcome everyone to pay attention to my personal public account: HsuDan , I will share more about my learning experience, summary of pit avoidance, interview experience, and latest AI technology information.

Guess you like

Origin blog.csdn.net/u012744245/article/details/129766003
Recommended