Cannot install 0.4.0 gpu version on windows "not a supported wheel"

I download the gpu version from http://download.pytorch.org/whl/cu80/torch-0.4.0-cp36-cp36m-win_amd64.whl (C:\ProgramData\Anaconda3)

rename it and install it with
E:\software\pylib>pip install torch-0.4.0-cp36-cp36m-win_amd64_cu80.whl

Error occurs:
torch-0.4.0-cp36-cp36m-win_amd64_cu80.whl is not a supported wheel on this platform.

The environment is :
(C:\ProgramData\Anaconda3) E:\software\pylib>python --version
Python 3.6.0 :: Anaconda 4.3.1 (64-bit)

(C:\ProgramData\Anaconda3) E:\software\pylib>pip --version
pip 9.0.1 from C:\ProgramData\Anaconda3\lib\site-packages (python 3.6)

(C:\ProgramData\Anaconda3) E:\software\pylib>nvcc -V
nvcc: NVIDIA ® Cuda compiler driver
Copyright © 2005-2016 NVIDIA Corporation
Built on Mon_Jan__9_17:32:33_CST_2017
Cuda compilation tools, release 8.0, V8.0.60

Caused by renaming the .whl file. Successfully install using the default file name.