How to install pytorch 0.2.0 gpu version?

I tried

conda create -n py3.5-torch2 python=3.5
conda install pytorch=0.2.0 cuda80 -c pytorch # NVIDIA-SMI 384.130

But, it’s stuck at model.cuda().

What are the possible problems?