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 47dd603 commit e45d4c4Copy full SHA for e45d4c4
docs/source/_static/css/torchtnt.css
@@ -12,4 +12,6 @@
12
#redirect-banner > p {
13
margin: 0.8rem;
14
text-align: center;
15
+ font-weight: bold;
16
+ color: red;
17
}
docs/source/templates/layout.html
@@ -8,5 +8,11 @@
8
<a href="https://www.internalfb.com/intern/staticdocs/torchtnt/">https://www.internalfb.com/intern/staticdocs/torchtnt/</a>
9
</p>
10
</div>
11
+ {% elif fbcode %}
+ <div id="redirect-banner" style="display: none">
+ <p>
+ Using TorchTNT directly is discouraged. Instead please use Mitra, a training framework built on top of TorchTNT
+ </p>
+ </div>
{% endif %}
18
{%- endblock %}
0 commit comments