Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-09-12 10:02:06 +00:00
parent 782d946b5a
commit db626de56e
9 changed files with 1503 additions and 1524 deletions

View File

@@ -505,7 +505,6 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
<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>
<li><a href="#axolotl.utils.schemas.enums.TorchIntDType" id="toc-axolotl.utils.schemas.enums.TorchIntDType" class="nav-link" data-scroll-target="#axolotl.utils.schemas.enums.TorchIntDType">TorchIntDType</a></li>
</ul></li>
</ul></li>
</ul>
@@ -547,10 +546,6 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
<td><a href="#axolotl.utils.schemas.enums.RingAttnFunc">RingAttnFunc</a></td>
<td>Enum class for supported <code>ring-flash-attn</code> implementations</td>
</tr>
<tr class="odd">
<td><a href="#axolotl.utils.schemas.enums.TorchIntDType">TorchIntDType</a></td>
<td>Torch integer data types - <code>getattr</code> guards against torch &lt; 2.6 which does not support int4</td>
</tr>
</tbody>
</table>
<section id="axolotl.utils.schemas.enums.ChatTemplate" class="level3">
@@ -572,11 +567,6 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
<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>
<section id="axolotl.utils.schemas.enums.TorchIntDType" class="level3">
<h3 class="anchored" data-anchor-id="axolotl.utils.schemas.enums.TorchIntDType">TorchIntDType</h3>
<div class="sourceCode" id="cb5"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>utils.schemas.enums.TorchIntDType()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Torch integer data types - <code>getattr</code> guards against torch &lt; 2.6 which does not support int4</p>
</section>