Skip to content

Commit 549d8dd

Browse files
authored
Include cpu-only packages
1 parent ee352ad commit 549d8dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ You'll need Anaconda first. And then type in the following commands.
77
# If your main Python version is not 3.5 or 3.6
88
conda create -n test python=3.6 numpy pyyaml mkl
99
10+
# for CPU only packages
11+
conda install -c peterjc123 pytorch
12+
1013
# for Windows 10 and Windows Server 2016, CUDA 8
1114
conda install -c peterjc123 pytorch cuda80
1215

0 commit comments

Comments
 (0)