Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-07-30 10:34:25 +00:00
parent e45e19f21a
commit 1e5fcd846d
7 changed files with 197 additions and 233 deletions

View File

@@ -528,7 +528,6 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
<section id="latest-updates" class="level2">
<h2 class="anchored" data-anchor-id="latest-updates">🎉 Latest Updates</h2>
<ul>
<li>2025/07: Voxtral with mistral-common tokenizer support has been integrated in Axolotl. Read the <a href="https://github.com/axolotl-ai-cloud/axolotl/tree/main/examples/voxtral">docs</a>!</li>
<li>2025/07: TiledMLP support for single-GPU to multi-GPU training with DDP, DeepSpeed and FSDP support has been added to support Arctic Long Sequence Training. (ALST). See <a href="https://github.com/axolotl-ai-cloud/axolotl/tree/main/examples/alst">examples</a> for using ALST with Axolotl!</li>
<li>2025/06: Magistral with mistral-common tokenizer support has been added to Axolotl. See <a href="https://github.com/axolotl-ai-cloud/axolotl/tree/main/examples/magistral">examples</a> to start training your own Magistral models with Axolotl!</li>
<li>2025/05: Quantization Aware Training (QAT) support has been added to Axolotl. Explore the <a href="https://docs.axolotl.ai/docs/qat.html">docs</a> to learn more!</li>