Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-04-24 05:05:55 +00:00
parent 0812992467
commit 8a645a9541
5 changed files with 259 additions and 238 deletions

View File

@@ -502,6 +502,20 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
</section>
<section id="sec-installation-methods" class="level2" data-number="2">
<h2 data-number="2" class="anchored" data-anchor-id="sec-installation-methods"><span class="header-section-number">2</span> Installation Methods</h2>
<div class="callout callout-style-default callout-important callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
Important
</div>
</div>
<div class="callout-body-container callout-body">
<p>Please make sure to have Pytorch installed before installing Axolotl in your local environment.</p>
<p>Follow the instructions at: <a href="https://pytorch.org/get-started/locally/">https://pytorch.org/get-started/locally/</a></p>
</div>
</div>
<section id="sec-pypi" class="level3" data-number="2.1">
<h3 data-number="2.1" class="anchored" data-anchor-id="sec-pypi"><span class="header-section-number">2.1</span> PyPI Installation (Recommended)</h3>
<div class="sourceCode" id="cb1"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">pip3</span> install <span class="at">-U</span> packaging setuptools wheel ninja</span>