"Start locally" installs wrong version (1.12.0 instead of 1.12.1)

I tried different cuda version with Linux->Pip->Python .
It always installs 1.12.0 and not 1.12.1 .
I’d like to use functorch, but it’s not possible with 1.12.0 to install functorch with pip.

Could you post the install command you were using so that we could check if we can reproduce it, please?

pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116

I also tried the other cuda versions; all with the same result: torch 1.12.0

I cannot reproduce it on my system (Ubuntu + Python 3.8):

pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com, https://download.pytorch.org/whl/cu116
Collecting torch
  Downloading https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp38-cp38-linux_x86_64.whl (1904.8 MB)

and 1.12.1 is found and installed.