Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-06-18 19:52:00 +00:00
parent 88d1832ff5
commit 37732063ea
4 changed files with 194 additions and 194 deletions

View File

@@ -520,7 +520,7 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
<h2 data-number="1" class="anchored" data-anchor-id="sec-requirements"><span class="header-section-number">1</span> Requirements</h2>
<ul>
<li>NVIDIA GPU (Ampere architecture or newer for <code>bf16</code> and Flash Attention) or AMD GPU</li>
<li>Python ≥3.10</li>
<li>Python ≥3.11</li>
<li>PyTorch ≥2.5.1</li>
</ul>
</section>
@@ -681,7 +681,7 @@ Important
<section id="sec-conda" class="level3" data-number="5.1">
<h3 data-number="5.1" class="anchored" data-anchor-id="sec-conda"><span class="header-section-number">5.1</span> Conda/Pip venv</h3>
<ol type="1">
<li><p>Install Python ≥3.10</p></li>
<li><p>Install Python ≥3.11</p></li>
<li><p>Install PyTorch: https://pytorch.org/get-started/locally/</p></li>
<li><p>Install Axolotl:</p>
<div class="sourceCode" id="cb11"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a><span class="ex">pip3</span> install <span class="at">-U</span> packaging setuptools wheel ninja</span>