<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PyTorch on SoloSoft</title><link>https://www.solosoft.dev/tags/pytorch/</link><description>Recent content in PyTorch 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/pytorch/index.xml" rel="self" type="application/rss+xml"/><item><title>bitsandbytes: Essential k-bit Quantization Library for LLM Training and Inference</title><link>https://www.solosoft.dev/post/bitsandbytes-quantization-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/bitsandbytes-quantization-2026/</guid><description>&lt;p&gt;Large language models have grown far beyond the memory capacity of consumer hardware. A 70-billion-parameter model requires 140 gigabytes of GPU memory in standard 16-bit precision &amp;ndash; far beyond even the most expensive consumer GPUs. &lt;strong&gt;bitsandbytes&lt;/strong&gt; is the library that bridges this gap, providing the quantization techniques that make it possible to load, train, and run large models on affordable hardware.&lt;/p&gt;
&lt;p&gt;Developed by Tim Dettmers at the University of Washington, bitsandbytes has become one of the most critical pieces of infrastructure in the open-source AI ecosystem. It provides three foundational quantization capabilities: 8-bit optimizers for memory-efficient training, LLM.int8() for memory-efficient inference, and 4-bit NormalFloat quantization for QLoRA-style fine-tuning. These techniques have collectively enabled thousands of researchers and developers to work with large models on hardware they already own.&lt;/p&gt;</description></item><item><title>Causal-Conv1d: The CUDA-Optimized Kernel Powering Mamba State Space Models</title><link>https://www.solosoft.dev/post/causal-conv1d-cuda-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/causal-conv1d-cuda-2026/</guid><description>&lt;p&gt;The Transformer architecture has dominated deep learning for years, but a new challenger has emerged: state space models (SSMs). At the heart of one of the most influential SSM architectures, &lt;strong&gt;Mamba&lt;/strong&gt;, lies a surprisingly modest CUDA kernel library called &lt;strong&gt;Causal-Conv1d&lt;/strong&gt;. Developed by Tri Dao (known for FlashAttention) and Albert Gu (the creator of Mamba), this library provides the computational backbone for the causal depthwise 1D convolutions that make Mamba&amp;rsquo;s selective state space mechanism possible.&lt;/p&gt;
&lt;p&gt;Causal-Conv1d is not a flashy project with a web UI or chat interface. It is infrastructure &amp;ndash; the kind of low-level optimization that makes new architectures feasible. Its purpose is singular: compute causal 1D convolutions as fast as humanly possible on NVIDIA GPUs, providing a PyTorch-compatible interface that can be dropped into any model implementation.&lt;/p&gt;</description></item><item><title>Detectron2: Meta's Platform for Object Detection and Segmentation</title><link>https://www.solosoft.dev/post/detectron2-object-detection-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/detectron2-object-detection-2026/</guid><description>&lt;p&gt;Object detection has undergone a remarkable evolution over the past decade, from hand-crafted features to deep neural networks that can identify and locate objects with superhuman accuracy. &lt;strong&gt;Detectron2&lt;/strong&gt; stands at the current frontier of this evolution &amp;ndash; Meta AI&amp;rsquo;s open-source platform that implements state-of-the-art algorithms for object detection, segmentation, and pose estimation.&lt;/p&gt;
&lt;p&gt;Detectron2 is a ground-up rewrite of the original Detectron framework, which itself was Meta&amp;rsquo;s implementation of the pioneering Mask R-CNN architecture. Built entirely on PyTorch, Detectron2 embodies the lessons learned from years of computer vision research and production deployment at Meta scale.&lt;/p&gt;
&lt;p&gt;What sets Detectron2 apart from other computer vision frameworks is its combination of breadth and depth. It supports the full spectrum of vision tasks &amp;ndash; object detection, instance segmentation, semantic segmentation, panoptic segmentation, keypoint detection, and dense pose estimation &amp;ndash; with a unified architecture that makes it easy to experiment with different models, backbones, and training strategies.&lt;/p&gt;</description></item><item><title>Hugging Face Transformers: The Universal Library for Pretrained Models</title><link>https://www.solosoft.dev/post/huggingface-transformers-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/huggingface-transformers-2026/</guid><description>&lt;p&gt;The transformer architecture has become the universal building block of modern AI, powering everything from language understanding to image generation to speech recognition. &lt;strong&gt;Hugging Face Transformers&lt;/strong&gt; is the library that made this vast ecosystem accessible to every developer, providing a unified API to over 500,000 pretrained models with just a few lines of code.&lt;/p&gt;
&lt;p&gt;What started as a library for BERT-based NLP models has grown into the de facto standard interface for deploying pretrained models across the entire AI landscape. The Transformers library abstracts away the underlying complexity of model architecture differences, framework-specific implementations, and hardware optimization, providing a consistent interface whether you are running sentiment analysis on a laptop or fine-tuning a 70B parameter LLM on a GPU cluster.&lt;/p&gt;</description></item></channel></rss>