Torchtext download from whl gives old version

Following instructions from: Start Locally | PyTorch
pip3 install torchtext --index-url https://download.pytorch.org/whl/cu124
Get torchtext version 0.6
Should that be version 0.18?
If the reason is that torchtext is deprecated, then should that pip install option be removed rather than installing an archaic version?

Where did you find this install command, as the Start Locally install matrix shows the install command for torch torchvision torchaudio, so unclear which option should be removed.
pip install torchtext installs properly torchtext==0.18 for me.