|
36 | 36 | matcher: 'conda,linux,cudanone,python3.6'
|
37 | 37 | cmd: 'conda install pytorch-cpu torchvision-cpu -c pytorch'
|
38 | 38 | -
|
39 |
| - matcher: 'conda,osx,cuda8,python2.7' |
40 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 39 | + matcher: 'conda,macos,cuda8,python2.7' |
| 40 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
41 | 41 | -
|
42 |
| - matcher: 'conda,osx,cuda9.0,python2.7' |
43 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 42 | + matcher: 'conda,macos,cuda9.0,python2.7' |
| 43 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
44 | 44 | -
|
45 |
| - matcher: 'conda,osx,cuda9.1,python2.7' |
46 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 45 | + matcher: 'conda,macos,cuda9.1,python2.7' |
| 46 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
47 | 47 | -
|
48 |
| - matcher: 'conda,osx,cudanone,python2.7' |
49 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 48 | + matcher: 'conda,macos,cudanone,python2.7' |
| 49 | + cmd: 'conda install pytorch torchvision -c pytorch' |
50 | 50 | -
|
51 |
| - matcher: 'conda,osx,cuda8,python3.5' |
52 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 51 | + matcher: 'conda,macos,cuda8,python3.5' |
| 52 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
53 | 53 | -
|
54 |
| - matcher: 'conda,osx,cuda9.0,python3.5' |
55 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 54 | + matcher: 'conda,macos,cuda9.0,python3.5' |
| 55 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
56 | 56 | -
|
57 |
| - matcher: 'conda,osx,cuda9.1,python3.5' |
58 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 57 | + matcher: 'conda,macos,cuda9.1,python3.5' |
| 58 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
59 | 59 | -
|
60 |
| - matcher: 'conda,osx,cudanone,python3.5' |
61 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 60 | + matcher: 'conda,macos,cudanone,python3.5' |
| 61 | + cmd: 'conda install pytorch torchvision -c pytorch' |
62 | 62 | -
|
63 |
| - matcher: 'conda,osx,cuda8,python3.6' |
64 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 63 | + matcher: 'conda,macos,cuda8,python3.6' |
| 64 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
65 | 65 | -
|
66 |
| - matcher: 'conda,osx,cuda9.0,python3.6' |
67 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 66 | + matcher: 'conda,macos,cuda9.0,python3.6' |
| 67 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
68 | 68 | -
|
69 |
| - matcher: 'conda,osx,cuda9.1,python3.6' |
70 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 69 | + matcher: 'conda,macos,cuda9.1,python3.6' |
| 70 | + cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
71 | 71 | -
|
72 |
| - matcher: 'conda,osx,cudanone,python3.6' |
73 |
| - cmd: 'conda install pytorch torchvision -c pytorch <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 72 | + matcher: 'conda,macos,cudanone,python3.6' |
| 73 | + cmd: 'conda install pytorch torchvision -c pytorch' |
74 | 74 | -
|
75 | 75 | matcher: 'conda,windows,cuda8,python2.7'
|
76 | 76 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
|
109 | 109 | cmd: 'conda install pytorch-cpu -c pytorch <br /> pip3 install torchvision'
|
110 | 110 |
|
111 | 111 | ############ pip section #########################
|
112 |
| -######### macOS ###################### |
| 112 | +######### macos ###################### |
113 | 113 | -
|
114 |
| - matcher: 'pip,osx,cuda8,python2.7' |
115 |
| - cmd: 'pip install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 114 | + matcher: 'pip,macos,cuda8,python2.7' |
| 115 | + cmd: 'pip install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
116 | 116 | -
|
117 |
| - matcher: 'pip,osx,cuda9.0,python2.7' |
118 |
| - cmd: 'pip install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 117 | + matcher: 'pip,macos,cuda9.0,python2.7' |
| 118 | + cmd: 'pip install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
119 | 119 | -
|
120 |
| - matcher: 'pip,osx,cuda9.1,python2.7' |
121 |
| - cmd: 'pip install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 120 | + matcher: 'pip,macos,cuda9.1,python2.7' |
| 121 | + cmd: 'pip install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
122 | 122 | -
|
123 |
| - matcher: 'pip,osx,cudanone,python2.7' |
124 |
| - cmd: 'pip install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 123 | + matcher: 'pip,macos,cudanone,python2.7' |
| 124 | + cmd: 'pip install torch torchvision' |
125 | 125 | -
|
126 |
| - matcher: 'pip,osx,cuda8,python3.5' |
127 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 126 | + matcher: 'pip,macos,cuda8,python3.5' |
| 127 | + cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
128 | 128 | -
|
129 |
| - matcher: 'pip,osx,cuda9.0,python3.5' |
130 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 129 | + matcher: 'pip,macos,cuda9.0,python3.5' |
| 130 | + cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
131 | 131 | -
|
132 |
| - matcher: 'pip,osx,cuda9.1,python3.5' |
133 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 132 | + matcher: 'pip,macos,cuda9.1,python3.5' |
| 133 | + cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
134 | 134 | -
|
135 |
| - matcher: 'pip,osx,cudanone,python3.5' |
136 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 135 | + matcher: 'pip,macos,cudanone,python3.5' |
| 136 | + cmd: 'pip3 install torch torchvision' |
137 | 137 | -
|
138 |
| - matcher: 'pip,osx,cuda8,python3.6' |
139 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 138 | + matcher: 'pip,macos,cuda8,python3.6' |
| 139 | + cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
140 | 140 | -
|
141 |
| - matcher: 'pip,osx,cuda9.0,python3.6' |
142 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 141 | + matcher: 'pip,macos,cuda9.0,python3.6' |
| 142 | + cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
143 | 143 | -
|
144 |
| - matcher: 'pip,osx,cuda9.1,python3.6' |
145 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 144 | + matcher: 'pip,macos,cuda9.1,python3.6' |
| 145 | + cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed' |
146 | 146 | -
|
147 |
| - matcher: 'pip,osx,cudanone,python3.6' |
148 |
| - cmd: 'pip3 install torch torchvision <br /> # macOS Binaries dont support CUDA, install from source if CUDA is needed' |
| 147 | + matcher: 'pip,macos,cudanone,python3.6' |
| 148 | + cmd: 'pip3 install torch torchvision' |
149 | 149 | ######### Linux ######################
|
150 | 150 | -
|
151 | 151 | matcher: 'pip,linux,cudanone,python2.7'
|
|
0 commit comments