安装
环境说明:服务器ubuntu18.02、conda的pytorch环境,for torch
pip install https://github.com/quic/aimet/releases/download/1.26.0/AimetTorch-torch_gpu_1.26.0-cp38-cp38-linux_x86_64.whl -f https://download.pytorch.org/whl/torch_stable.html
#后面这个-f一定要带,不然找不到匹配的包
注:下载的pytorch的,看example中的文件以为要先安装torch和torchvision,自己先pip安装了,torch版本竟然是2.0.1,希望后面不会有问题。