Skip to content

Commit fdc0d03

Browse files
authored
Add deprecation warning and refer to NeurIPS demo (#1)
1 parent e6828dd commit fdc0d03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,13 @@ <h1 class="faded title" style="margin-top:-3%;">
261261
<p class="faded title" style="font-size:28px;">
262262
What is hivemind?</p>
263263
<br>
264+
<p class="faded text" style="margin-top: 16px; font-size: 18px;">
265+
<b style="color: #728FCE;">Note:</b>
266+
This page contains a severely outdated description of what hivemind does.
267+
For up-to-date information, see our NeurIPS 2021 demonstration
268+
<a href="https://training-transformers-together.github.io">"Training Transformers Together"</a> and
269+
<a href="https://github.com/learning-at-home/hivemind">our GitHub repository.</a>
270+
</p>
264271
<p class="faded text" style="margin-top:16px;">
265272
Hivemind is a library for decentralized training of large neural networks. In a nutshell, you want to train a neural network, but all you have is a bunch of enthusiasts with unreliable computers that communicate over the internet. Any peer may fail or leave at any time, but the training must go on. To meet this objective, hivemind models use a specialized layer type: the <b>D</b>ecentralized <b>M</b>ixture of <b>E</b>xperts (DMoE). Here's how it works:<br>
266273
</p>

0 commit comments

Comments
 (0)