When creating a new mamba (conda) environment, I only get Pytorch's CPU package. Does anyone know how to ensure/force the GPU version?
Even if, the first thing I installed is cudatoolkit it keeps getting the CPU package. I tried with version 11.6 and 11.3, nothing changed.
This is the command I used:
mamba install pytorch torchvision torchaudio -c pytorch -c conda-forge
+ pytorch 1.13.0 py3.9_cpu_0 pytorch/win-64 145MB
+ pytorch-mutex 1.0 cpu pytorch/noarch 3kB
+ requests 2.28.1 pyhd8ed1ab_1 conda-forge/noarch Cached
+ tbb 2021.6.0 h91493d7_1 conda-forge/win-64 178kB
+ torchaudio 0.13.0 py39_cpu pytorch/win-64 5MB
+ torchvision 0.14.0 py39_cpu pytorch/win-64 7MB
Before you ask: my GPU is available and in other environments I successfully use Pytorch with GPU.