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 55d3263 commit 48f48ecCopy full SHA for 48f48ec
_includes/mobile_menu.html
@@ -75,8 +75,16 @@
75
<a href="{{ site.baseurl }}/vision">torchvision</a>
76
</li>
77
78
- <li class="{% if current[1] == 'hub' %}active{% endif %}">
79
- <a href="{{ site.baseurl }}/elastic">TorchElastic</a>
+ <li class="{% if current[1] == 'torcharrow' %}active{% endif %}">
+ <a href="{{ site.baseurl }}/torcharrow">torcharrow</a>
80
+ </li>
81
+
82
+ <li class="{% if current[1] == 'data' %}active{% endif %}">
83
+ <a href="{{ site.baseurl }}/data">TorchData</a>
84
85
86
+ <li class="{% if current[1] == 'torchrec' %}active{% endif %}">
87
+ <a href="{{ site.baseurl }}/torchrec">TorchRec</a>
88
89
90
<li class="{% if current[1] == 'serve' %}active{% endif %}">
0 commit comments