ShadowWisp
Results
2
comments of
ShadowWisp
https://pytorch.org/get-started/locally/ says that installation goes through `conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch ` ???
https://pytorch.org/get-started/previous-versions/ says that `+cu113` version is avalaible through `# CUDA 11.3 pip install torch==1.12.0+cu113 torchvision==0.13.0+cu113 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu113`?