@@ -60,14 +60,6 @@ sh Anaconda3-5.2.0-Linux-x86_64.sh
60
60
61
61
> You may have to open a new terminal or re-source your ` ~/.bashrc ` to get access to the ` conda ` command.
62
62
63
- <div >
64
- <a href =" javascript:void(0); " class =" btn btn-lg btn-orange btn-demo show-screencast " >Show Demo</a >
65
- <div class =" screencast " >
66
- <script src="https://asciinema.org/a/SRbIn2nFnsUiYtlIcUsDVXN4n.js" id="asciicast-SRbIn2nFnsUiYtlIcUsDVXN4n" data-speed="3" async></script>
67
- <a href="javascript:void(0);" class="btn btn-lg btn-orange btn-demo show-info">Hide Demo</a>
68
- </div >
69
- </div >
70
-
71
63
#### pip
72
64
73
65
* Python 3*
@@ -115,14 +107,6 @@ To install PyTorch via Anaconda, and do not have a [CUDA-capable](https://develo
115
107
conda install pytorch-cpu torchvision-cpu -c pytorch
116
108
```
117
109
118
- <div >
119
- <a href =" javascript:void(0); " class =" btn btn-lg btn-orange btn-demo show-screencast " >Show Demo</a >
120
- <div class =" screencast " >
121
- <script src="https://asciinema.org/a/wtojk0bqpUDIb3yIHUsZqD9Ha.js" id="asciicast-wtojk0bqpUDIb3yIHUsZqD9Ha" data-speed="3" async></script>
122
- <a href="javascript:void(0);" class="btn btn-lg btn-orange btn-demo show-info">Hide Demo</a>
123
- </div >
124
- </div >
125
-
126
110
#### CUDA 9.0
127
111
128
112
To install PyTorch via Anaconda, and you are using CUDA 9.0, use the following ` conda ` command:
@@ -131,14 +115,6 @@ To install PyTorch via Anaconda, and you are using CUDA 9.0, use the following `
131
115
conda install pytorch torchvision cudatoolkit=9.0 -c pytorch
132
116
```
133
117
134
- <div >
135
- <a href =" javascript:void(0); " class =" btn btn-lg btn-orange btn-demo show-screencast " >Show Demo</a >
136
- <div class =" screencast " >
137
- <script src="https://asciinema.org/a/HaCIxmYVEd8xGRAKsDu9hv9up.js" id="asciicast-HaCIxmYVEd8xGRAKsDu9hv9up" data-speed="5" async></script>
138
- <a href="javascript:void(0);" class="btn btn-lg btn-orange btn-demo show-info ">Hide Demo</a>
139
- </div >
140
- </div >
141
-
142
118
#### CUDA 8.x
143
119
144
120
``` bash
@@ -287,14 +263,6 @@ import torch
287
263
torch.cuda.is_available()
288
264
```
289
265
290
- <div >
291
- <a href =" javascript:void(0); " class =" btn btn-lg btn-orange btn-demo show-screencast " >Show Demo</a >
292
- <div class =" screencast " >
293
- <script src="https://asciinema.org/a/15dyZZvvakqbfKgfh2LByMkXz.js" id="asciicast-15dyZZvvakqbfKgfh2LByMkXz" data-speed="2" async></script>
294
- <a href="javascript:void(0);" class="btn btn-lg btn-orange btn-demo show-info">Hide Demo</a>
295
- </div >
296
- </div >
297
-
298
266
## Building from source
299
267
{: #linux-from-source}
300
268
0 commit comments