AI学习交流qq群 | 873673497 |
官网 | turingevo.com |
邮箱 | wmx@turingevo.com |
github | https://github.com/turingevo |
huggingface | https://huggingface.co/turingevo |
Quickly install torch
快速安装torch
torch previous-versions https://pytorch.org/get-started/previous-versions/
cat pkgs_part* > pkgs.tar.gz
pigz -d -p $(nproc) -c pkgs.tar.gz | tar -xvf -
then md5 (skip)
ls | parallel 'md5sum {}'
for example:
decompression path is ./pkgs-py3.10-torch2.6.0-cu124
install cmd:
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --no-index --find-links=./pkgs-py3.10-torch2.6.0-cu124