<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LoRA on SoloSoft</title><link>https://www.solosoft.dev/tags/lora/</link><description>Recent content in LoRA on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/lora/index.xml" rel="self" type="application/rss+xml"/><item><title>ACE-Step 1.5: Open-Source Music Generation Model Outperforming Commercial Solutions</title><link>https://www.solosoft.dev/post/acestep-music-generation-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/acestep-music-generation-2026/</guid><description>&lt;p&gt;The landscape of AI music generation has been dominated by commercial services like Suno and Udio, but the open-source ecosystem just received a powerful challenger. &lt;strong&gt;ACE-Step 1.5&lt;/strong&gt; is a cascaded diffusion transformer model that generates full-length songs in under 2 seconds while supporting LoRA fine-tuning on consumer GPUs &amp;ndash; a combination of speed, quality, and accessibility that has not been seen before in open-source music generation.&lt;/p&gt;
&lt;p&gt;Developed by ace-step, version 1.5 represents a significant leap over its predecessor. The model uses a cascaded architecture where multiple diffusion transformers work in sequence to progressively refine the audio output, from coarse structure to fine detail. This approach allows ACE-Step 1.5 to achieve generation quality that rivals commercial alternatives while remaining fully open source under the MIT License.&lt;/p&gt;</description></item><item><title>LlamaFactory: Open-Source LLM Fine-Tuning Framework</title><link>https://www.solosoft.dev/post/llama-factory-training-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/llama-factory-training-2026/</guid><description>&lt;p&gt;Fine-tuning large language models was once a complex, resource-intensive process reserved for organizations with large GPU clusters. &lt;strong&gt;LlamaFactory&lt;/strong&gt; has democratized this capability, providing an accessible, feature-rich framework that makes fine-tuning hundreds of LLM architectures practical on consumer-grade hardware.&lt;/p&gt;
&lt;p&gt;Created by the research community (hiyouga/LlamaFactory), this framework has grown into one of the most popular open-source fine-tuning tools, supporting everything from a simple LoRA adjustment on a single GPU to full distributed training across multiple nodes. It abstracts away the complexity of training infrastructure, letting practitioners focus on data, configuration, and evaluation.&lt;/p&gt;
&lt;p&gt;What makes LlamaFactory particularly valuable is its comprehensive support for parameter-efficient fine-tuning methods. Full fine-tuning of a 70B model requires over 140GB of GPU memory. Using QLoRA in LlamaFactory, the same task can be accomplished on a single 24GB GPU with minimal quality loss &amp;ndash; a 6x reduction in hardware requirements.&lt;/p&gt;</description></item><item><title>Unsloth: 2x Faster LLM Fine-Tuning with Reduced Memory</title><link>https://www.solosoft.dev/post/unsloth-finetuning-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/unsloth-finetuning-2026/</guid><description>&lt;p&gt;Fine-tuning large language models on consumer hardware has been a game of memory optimization Tetris. Every byte of GPU memory is precious — model weights, optimizer states, gradients, and activations all compete for space. Parameter-efficient techniques like LoRA and QLoRA reduced the memory barrier significantly, but running these techniques efficiently required a level of CUDA optimization expertise that most developers do not have.&lt;/p&gt;
&lt;p&gt;Unsloth exists to solve this. It is an open-source library that provides drop-in optimizations for fine-tuning popular LLMs using LoRA and QLoRA. The numbers speak for themselves: 2x faster training, 50% less memory usage, and identical model output quality. The optimizations are transparent — you use the same Hugging Face APIs you already know, and Unsloth handles the low-level kernel optimization automatically.&lt;/p&gt;</description></item></channel></rss>