Why does Anaconda not install pytorch with GPU?

The instructions imply that the following should work:

conda install pytorch torchvision torchaudio cudatooklit=10.1 -c pytorch -c nvidia

…but it doesn’t . I get:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - cudatooklit=10.1

Current channels:

  - https://conda.anaconda.org/pytorch/linux-64
  - https://conda.anaconda.org/pytorch/noarch
  - https://conda.anaconda.org/nvidia/linux-64
  - https://conda.anaconda.org/nvidia/noarch
  - https://conda.anaconda.org/soumith/linux-64
  - https://conda.anaconda.org/soumith/noarch
  - https://conda.anaconda.org/menpo/linux-64
  - https://conda.anaconda.org/menpo/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

I have tried with other versions of cuda. I have seen a million examples showing installation in exactly this way, so what is going wrong. ? How do I even debug this ?

cudatooklit=10.1

cudatoolkit is mis-spelled.