CLeQA 模型实现环境部署12345678910111213141516conda create -n cleqa python=3.7conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch# 或者pip3 install torch torchvision torchaudiopip install transformers# wbcpip3 install torch==1.7.1+cu110 torchvision==0.8.2+cu110 -f https://download.pytorch.org/whl/cu110/torch_stable.html