Skip to content

Commit

Permalink
Deployed 68d6891 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyuqian committed Aug 20, 2024
1 parent deb9ee1 commit e529356
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@ <h1>RedCoast</h1>

<p><img alt="" src="images/redco_banner.png" /></p>
<p><strong>Red Coast</strong> (redco) is a lightweight and user-friendly tool designed to automate distributed training and inference for large models while simplifying the ML pipeline development process without necessitating MLSys expertise from users.</p>
<p>RedCoast supports <em>Large Models</em> + <em>Complex Algorithms</em>, in a <em>lightweight</em> and <em>user-friendly</em> manner: </p>
<p>RedCoast supports <em>Large Models</em> + <em>Complex Algorithms</em>, in a <em>lightweight</em> and <em>user-friendly</em> way: </p>
<ul>
<li>Large Models beyond Transformers, e.g, <a href="https://github.com/tanyuqian/redco/tree/master/examples/text_to_image">Stable Diffusion</a>, etc.</li>
<li>Complex algorithms beyond cross entropy, e.g., <a href="https://github.com/tanyuqian/redco/tree/master/examples/meta_learning">Meta Learning</a>, etc.</li>
<li>Complex algorithms beyond cross entropy, e.g., <a href="https://github.com/tanyuqian/redco/tree/master/examples/meta_learning">Meta Learning</a>, <a href="https://github.com/tanyuqian/redco/tree/master/examples/differential_private_training">DP Training</a>, etc.</li>
</ul>
<p>With RedCoast, to define a ML pipeline, only three functions are needed:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tanyuqian.github.io/redco/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tanyuqian.github.io/redco/deployer/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tanyuqian.github.io/redco/mnist/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tanyuqian.github.io/redco/predictor/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tanyuqian.github.io/redco/trainer/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e529356

Please sign in to comment.