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
When executing the same command with mamba: mamba install pytorch torchvision cpuonly -c pytorch
it finds the CUDA versions of the packages (intended for GPU)
Using conda to install pytorch without a GPU finds the following packages:
conda install pytorch torchvision cpuonly -c pytorch
When executing the same command with mamba:
mamba install pytorch torchvision cpuonly -c pytorch
it finds the CUDA versions of the packages (intended for GPU)
I had expected that conda and mamba would find the same packages.
The text was updated successfully, but these errors were encountered: