You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within a conda environment, I installed a conda environment containing these pytorch libraries: conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
However, when I pip install torchmeta, it seems that it downgrades torch from 1.11.0 to 1.9.1 and torchvision from 0.12.0 to 0.10.1. Where I can get a Torchmeta version that is compatible with torch 1.11 and torchvision 0.12.0 ?
Using cached torch-1.9.1-cp39-cp39-manylinux1_x86_64.whl (831.4 MB)
Collecting torchvision<0.11.0,>=0.5.0
Using cached torchvision-0.10.1-cp39-cp39-manylinux1_x86_64.whl (22.1 MB)
Attempting uninstall: torch
Found existing installation: torch 1.11.0
Uninstalling torch-1.11.0:
Successfully uninstalled torch-1.11.0
Attempting uninstall: torchvision
Found existing installation: torchvision 0.12.0
Uninstalling torchvision-0.12.0:
Successfully uninstalled torchvision-0.12.0```
The text was updated successfully, but these errors were encountered:
MounirB
changed the title
Torchmeta downgrades the Torch version
Torchmeta downgrades the Torch and the Torchvision versions
Apr 27, 2022
Within a conda environment, I installed a conda environment containing these pytorch libraries:
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
However, when I pip install torchmeta, it seems that it downgrades torch from 1.11.0 to 1.9.1 and torchvision from 0.12.0 to 0.10.1.
Where I can get a Torchmeta version that is compatible with torch 1.11 and torchvision 0.12.0 ?
The text was updated successfully, but these errors were encountered: