You probably have to add an extra index for whl as per PyTorch official docs
This might fix the issue pip install torch==1.11.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
pip install torch==1.11.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113