Skip to content

Commit

Permalink
Deployed c6668d9 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyuqian committed Aug 8, 2024
1 parent 035d143 commit 2e83a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h1>RedCoast</h1>
<li><em>Loss function</em>: execute the model and compute loss (e.g., cross-entropy);</li>
<li><em>Predict function</em> to run the model and deliver outcomes (e.g., beam search).</li>
</ul>
<p>Redco <em>automates all the remaining</em> of pipeline execution such as data parallelism, multi-host related processing, distributed checkpointing, randomness controlling, logging, etc.</p>
<p>Redco <em>automates all the remaining</em> of pipeline execution such as data and model parallelism, multi-host related processing, distributed checkpointing, randomness controlling, logging, etc.</p>
<p><img alt="" src="images/redco_coding.png" /></p>


Expand Down
35 changes: 2 additions & 33 deletions mnist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<div data-md-component="skip">


<a href="#mnist" class="md-skip">
<a href="#source-code" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -378,27 +378,12 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#mnist" class="md-nav__link">
<span class="md-ellipsis">
MNIST
</span>
</a>

<nav class="md-nav" aria-label="MNIST">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#source-code" class="md-nav__link">
<span class="md-ellipsis">
Source Code
</span>
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -544,27 +529,12 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#mnist" class="md-nav__link">
<span class="md-ellipsis">
MNIST
</span>
</a>

<nav class="md-nav" aria-label="MNIST">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#source-code" class="md-nav__link">
<span class="md-ellipsis">
Source Code
</span>
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand All @@ -587,8 +557,7 @@

<h1>MNIST Example</h1>

<h2 id="mnist">MNIST<a class="headerlink" href="#mnist" title="Permanent link">&para;</a></h2>
<p>A trivial MNIST example with RedCoast. Runnable by
<p>This is a trivial MNIST example with RedCoast. Runnable by
<div class="highlight"><pre><span></span><code>python main.py
</code></pre></div></p>
<p>To simulate multiple devices in cpu-only envs,
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 2e83a74

Please sign in to comment.