Skip to content

Commit

Permalink
Fix Windows LibTorch build (pytorch#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 authored and soumith committed Jan 26, 2020
1 parent cbbe5ed commit dc7d9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/build_pytorch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ FOR %%v IN (%DESIRED_PYTHON%) DO (
if "%%v" == "3.6" conda create -n py!PYTHON_VERSION_STR! -y -q numpy=1.11 "mkl>=2019" cffi pyyaml boto3 cmake ninja typing python=%%v
if "%%v" == "3.7" conda create -n py!PYTHON_VERSION_STR! -y -q numpy=1.11 "mkl>=2019" cffi pyyaml boto3 cmake ninja typing python=%%v
if "%%v" == "3.8" conda create -n py!PYTHON_VERSION_STR! -y -q numpy=1.11 "mkl>=2019" pyyaml boto3 cmake ninja python=%%v
if "%%v" == "3" conda create -n py!PYTHON_VERSION_STR! -y -q numpy=1.11 "mkl>=2019" pyyaml boto3 cmake ninja python=%%v
)
endlocal

Expand Down

0 comments on commit dc7d9e5

Please sign in to comment.