File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
font-size : 18px ;
42
42
line-height : 1.55em ;
43
43
letter-spacing : 0em ;
44
- margin-bottom : 50 px ;
44
+ margin-bottom : 25 px ;
45
45
}
46
46
47
47
.btn {
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ <h4>Browse projects built using PyTorch.</h4>
78
78
< img src ="/static/img/tutorials.svg ">
79
79
< h3 > Tutorials</ h3 >
80
80
< h4 > Learn how to use the PyTorch library</ h4 >
81
- < a class ="btn " href ="/tutorials/intro/ "> Browse Tutorials</ a >
81
+ < a class ="btn " href ="https://github.com/pytorch/tutorials "> Browse Tutorials</ a >
82
82
</ div >
83
83
</ div >
84
84
</ div >
@@ -87,7 +87,7 @@ <h4>Learn how to use the PyTorch library</h4>
87
87
88
88
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js "> </ script >
89
89
< script >
90
-
90
+
91
91
( function ( $ , cmdMap ) {
92
92
var cmdTxt = $ ( '.command .text' ) ;
93
93
var opts = {
@@ -98,7 +98,7 @@ <h4>Learn how to use the PyTorch library</h4>
98
98
} ;
99
99
100
100
function buildMatcher ( ) {
101
- return opts . pm . toLowerCase ( ) + ',' + opts . os . toLowerCase ( ) + ',cuda'
101
+ return opts . pm . toLowerCase ( ) + ',' + opts . os . toLowerCase ( ) + ',cuda'
102
102
+ opts . cuda . toLowerCase ( ) + ',python' + opts . python . toLowerCase ( ) ;
103
103
}
104
104
You can’t perform that action at this time.
0 commit comments