We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee352ad commit 549d8ddCopy full SHA for 549d8dd
README.md
@@ -7,6 +7,9 @@ You'll need Anaconda first. And then type in the following commands.
7
# If your main Python version is not 3.5 or 3.6
8
conda create -n test python=3.6 numpy pyyaml mkl
9
10
+# for CPU only packages
11
+conda install -c peterjc123 pytorch
12
+
13
# for Windows 10 and Windows Server 2016, CUDA 8
14
conda install -c peterjc123 pytorch cuda80
15
0 commit comments