Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
It fills a critical gap by documenting real-world issues and workarounds for consumer Blackwell hardware, where official support is incomplete, with dated and versioned entries anyone can reproduce.
AI on consumer Blackwell. the fixes and footguns from one RTX 5090, measured honestly.
every entry here is something I hit running modern AI on an RTX 50-series card: the error message, the mechanism behind it, the fix that worked, and the date + versions it was verified on. if I didn't run it, it isn't here. if you own a 50-series card (sm_120), this is the debugging session you get to skip.
most AI infrastructure targets datacenter cards. consumer Blackwell is close enough to look supported and different enough to break in quiet, expensive ways: wheels that ship without kernels, and headline speedups that assume an H200. this guide maps where it breaks and what to do about it.
| part | spec |
|---|---|
| GPU | RTX 5090 32GB (Blackwell, sm_120) |
| CPU | AMD Ryzen 5 9600 (6c/12t) |
| RAM | 64GB DDR5-5600 |
| OS | Ubuntu Server 26.04 LTS, headless |
one card you can actually buy. no rack, no cloud fallback.
Verified: line tells you how much to trust each one.before building any repo's stack on a 50-series card, test only its torch pin:
uv venv /tmp/probe && source /tmp/probe/bin/activate
uv pip install "torch==" --index-url https://download.pytorch.org/whl/cu124
python -c 'import torch; x = torch.ones(2, device="cuda"); print(x + x)'
if that fails with CUDA error: no kernel image is available for execution on the device, stop. torch wheels below 2.7 (the cu124/cu126 era) ship no sm_120 kernels, and nothing built on top of that pin can fix it. reimplement on torch ≥ 2.7 + cu128 instead. old-transformers-on-new-torch is salvageable; old-torch never is. full entry in torch, kernels & training stacks.
80 entries across seven files, newest first in each.
AI on consumer Blackwell — a field guide for the RTX 50-series (sm_120). Fixes, footguns, and honest measurement from one RTX 5090.
Similar projects matched by category, topics, and programming language.
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.