Built site for gh-pages
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="quarto-1.7.30">
|
||||
<meta name="generator" content="quarto-1.7.31">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
|
||||
@@ -71,7 +71,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
|
||||
<script src="../../site_libs/quarto-html/tippy.umd.min.js"></script>
|
||||
<script src="../../site_libs/quarto-html/anchor.min.js"></script>
|
||||
<link href="../../site_libs/quarto-html/tippy.css" rel="stylesheet">
|
||||
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-dark-2b3e328b71be8d25427581baeb23079b.css" rel="stylesheet" id="quarto-text-highlighting-styles">
|
||||
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-dark-8ef56b68f8fa1e9d2ba328e99e439f80.css" rel="stylesheet" id="quarto-text-highlighting-styles">
|
||||
<script src="../../site_libs/bootstrap/bootstrap.min.js"></script>
|
||||
<link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
|
||||
<link href="../../site_libs/bootstrap/bootstrap-ce762b396f898894284bb8eeee180359.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="dark">
|
||||
@@ -453,6 +453,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
|
||||
<li><a href="#axolotl.utils.schemas.enums.ChatTemplate" id="toc-axolotl.utils.schemas.enums.ChatTemplate" class="nav-link" data-scroll-target="#axolotl.utils.schemas.enums.ChatTemplate">ChatTemplate</a></li>
|
||||
<li><a href="#axolotl.utils.schemas.enums.CustomSupportedOptimizers" id="toc-axolotl.utils.schemas.enums.CustomSupportedOptimizers" class="nav-link" data-scroll-target="#axolotl.utils.schemas.enums.CustomSupportedOptimizers">CustomSupportedOptimizers</a></li>
|
||||
<li><a href="#axolotl.utils.schemas.enums.RLType" id="toc-axolotl.utils.schemas.enums.RLType" class="nav-link" data-scroll-target="#axolotl.utils.schemas.enums.RLType">RLType</a></li>
|
||||
<li><a href="#axolotl.utils.schemas.enums.RingAttnFunc" id="toc-axolotl.utils.schemas.enums.RingAttnFunc" class="nav-link" data-scroll-target="#axolotl.utils.schemas.enums.RingAttnFunc">RingAttnFunc</a></li>
|
||||
</ul></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
@@ -490,6 +491,10 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
|
||||
<td><a href="#axolotl.utils.schemas.enums.RLType">RLType</a></td>
|
||||
<td>RL trainer type configuration subset</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td><a href="#axolotl.utils.schemas.enums.RingAttnFunc">RingAttnFunc</a></td>
|
||||
<td>Enum class for supported <code>ring-flash-attn</code> implementations</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<section id="axolotl.utils.schemas.enums.ChatTemplate" class="level3">
|
||||
@@ -506,6 +511,11 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
|
||||
<h3 class="anchored" data-anchor-id="axolotl.utils.schemas.enums.RLType">RLType</h3>
|
||||
<div class="sourceCode" id="cb3"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>utils.schemas.enums.RLType()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
|
||||
<p>RL trainer type configuration subset</p>
|
||||
</section>
|
||||
<section id="axolotl.utils.schemas.enums.RingAttnFunc" class="level3">
|
||||
<h3 class="anchored" data-anchor-id="axolotl.utils.schemas.enums.RingAttnFunc">RingAttnFunc</h3>
|
||||
<div class="sourceCode" id="cb4"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a>utils.schemas.enums.RingAttnFunc()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
|
||||
<p>Enum class for supported <code>ring-flash-attn</code> implementations</p>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user