⚡ LIVE

Search AI News

Find articles from 100+ AI sources

🔍

Found 168 results for "PyTorch"

168 articles
Hugging Face Open Source May 11, 2026 👁 46

Building Blocks for Foundation Model Training and Inference on AWS

Back to Articles Building Blocks for Foundation Model Training and Inference on AWS Enterprise Article…

Hugging Face Open Source Mar 31, 2026 👁 41

Training mRNA Language Models Across 25 Species for $165

Back to Articles Training mRNA Language Models Across 25 Species for $165 Team Article Published March 31,…

AI Magazine (Raschka) Models Nov 4, 2025 👁 51

Beyond Standard LLMs

From DeepSeek R1 to MiniMax-M2, the largest and most capable open-weight LLMs today remain autoregressive…

AI Magazine (Raschka) Models Oct 5, 2025 👁 45

Understanding the 4 Main Approaches to LLM Evaluation (From Scratch)

How do we actually evaluate LLMs?It’s a simple question, but one that tends to open up a much bigger…

Cameron Wolfe (AI) Models Sep 29, 2025 👁 49

REINFORCE: Easy Online RL for LLMs

Reinforcement learning (RL) is playing an increasingly important role in research on large language models…

SemiAnalysis Models Sep 16, 2025 👁 42

xAI’s Colossus 2 – First Gigawatt Datacenter In The World, Unique RL Methodology, Capital Raise

Much has been written about xAI’s Colossus 1. The Memphis build belongs in the history books: the largest…

Replicate Open Source Sep 8, 2025 👁 43

Torch compile caching for inference speed

Replicate Blog Torch compile caching for inference speed Posted September 8, 2025 by nevillelyh gandalfhz We…

AI Magazine (Raschka) Models Sep 6, 2025 👁 45

Understanding and Implementing Qwen3 From Scratch

Previously, I compared the most notable open-weight architectures of 2025 in The Big LLM Architecture…

SemiAnalysis Models Aug 20, 2025 👁 58

H100 vs GB200 NVL72 Training Benchmarks – Power, TCO, and Reliability Analysis, Software Improvement Over Time

Frontier model training has pushed GPUs and AI systems to their absolute limits, making cost, efficiency,…

AI Magazine (Raschka) Models Aug 9, 2025 👁 44

From GPT-2 to gpt-oss: Analyzing the Architectural Advances

OpenAI just released their new open-weight LLMs this week: gpt-oss-120b and gpt-oss-20b, their first…

Cameron Wolfe (AI) Models Jul 28, 2025 👁 42

Direct Preference Optimization (DPO)

(from [1, 2, 6, 9])Aligning large language models (LLMs) is a crucial post-training step that ensures models…

The AI Edge Research Jul 9, 2025 👁 45

Last Week to Register to the Build Production-Ready LLMs From Scratch Course!

This Saturday, we kick off the latest cohort of the Build Production-Ready LLMs From Scratch course! This is…

Hugging Face Open Source Jul 8, 2025 👁 39

Efficient MultiModal Data Pipeline

Back to Articles Efficient MultiModal Data Pipeline Published July 8, 2025 Update on GitHub Upvote 73 +67…

AI Magazine (Raschka) Models Jun 17, 2025 👁 46

Understanding and Coding the KV Cache in LLMs from Scratch

KV caches are one of the most critical techniques for efficient inference in LLMs in production. KV caches…

The AI Edge Research Jun 16, 2025 👁 49

Build Production-Ready LLMs From Scratch Starting on July 12th!

Get ready! The latest iteration of the Build Production-Ready LLMs From Scratch live course is starting on…

Hugging Face Open Source Jun 4, 2025 👁 37

KV Cache from scratch in nanoVLM

Back to Articles KV Cache from scratch in nanoVLM Published June 4, 2025 Update on GitHub Upvote 120 +114…

The AI Edge Research May 19, 2025 👁 37

Last Week to Register to the Build Production-Ready LLMs From Scratch Course!

This Saturday, we kick off the Build Production-Ready LLMs From Scratch course! This is the last week to…

AI Magazine (Raschka) Models May 10, 2025 👁 43

Coding LLMs from the Ground Up: A Complete Course

I wrote a lot about reasoning models in recent months (4 articles in a row)! Next to everything "agentic,"…

The AI Edge Research Apr 21, 2025 👁 49

Build Production-Ready LLMs From Scratch

Big news! I am now partnering with Maven as an instructor to teach the Build Production-Ready LLMs From…

Hugging Face Open Source Apr 14, 2025 👁 43

4M Models Scanned: Protect AI + Hugging Face 6 Months In

Back to Articles 4M Models Scanned: Protect AI + Hugging Face 6 Months In Published April 14, 2025 Update on…

Cameron Wolfe (AI) Models Mar 31, 2025 👁 50

Vision Large Language Models (vLLMs)

After the popularization of text-based large language models (LLMs), one of the most important questions…

The AI Edge Research Mar 26, 2025 👁 43

Reduce AI Model Operational Costs With Quantization Techniques

Model quantization is becoming a core strategy for training and deployment! I am excited to introduce you to…

The AI Edge Research Mar 21, 2025 👁 46

How To Construct Self-Attention Mechanisms For Arbitrary Long Sequences

With Gemini models having a 2M tokens context size and Claude having a 200K tokens context size while having…

The AI Edge Research Mar 6, 2025 👁 46

How To Reduce The Memory Usage Of The Self-Attention

With a bit of magic, we take a very inefficient computation like the Self-Attention and make it super…