Is PyTorch pip3 package for aarch64 available?

Hello

I try to use PyTorch package on aarch64.
I do following commands and intstalls torch-0.1.2.post2 on AWS m6g.
Is there any plan to update it?

sudo apt update
sudo apt install python3-pip
pip3 install -r requirements.txt
git clone http://github.com/pytorch/examples
cd examples/mnist
time python3 main.py --no-cuda  --epochs 1

outputs are follows

Collecting torch
  Downloading torch-0.1.2.post2.tar.gz (128 kB)