whatisgithub

What is sm120-field-guide?

notwitcheer/sm120-field-guide — explained in plain English

Analysis updated 2026-05-18

25Audience · researcherComplexity · 4/5Setup · hard

In one sentence

A dated, tested collection of fixes and gotchas for running modern AI software on consumer NVIDIA RTX 5090 graphics cards.

Mindmap

mindmap
  root((sm120 field guide))
    What it does
      Documents real AI setup failures
      Provides tested fixes
      Dates and versions every entry
    Tech stack
      PyTorch
      CUDA
      vLLM
      llama.cpp
    Use cases
      Debug RTX 5090 AI setup issues
      Check compatibility before building a stack
      Learn honest benchmarking practices
    Audience
      ML engineers
      Hobbyist AI builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Quickly test whether a project's required PyTorch version actually supports an RTX 50 series card before installing anything else.

USE CASE 2

Look up a specific CUDA or vLLM error encountered on Blackwell consumer hardware and find a dated, tested fix.

USE CASE 3

Learn how to fit a large AI model into a single 32GB consumer graphics card using quantization tricks.

USE CASE 4

Understand common pitfalls in benchmarking AI models so you do not trust a misleading speed claim.

What is it built with?

PyTorchCUDAvLLMllama.cppTriton

How does it compare?

notwitcheer/sm120-field-guide0xpira/sskills8thpark/geode
Stars252525
LanguageJavaScriptTypeScript
Setup difficultyhardeasymoderate
Complexity4/52/52/5
Audienceresearcherdevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Assumes access to an RTX 50-series (sm_120) GPU and a Linux environment for testing the described fixes.

So what is it?

The sm_120 field guide is a written collection of real world problems and fixes for running modern AI software on consumer NVIDIA RTX 50 series graphics cards, specifically the RTX 5090. Most AI tools and tutorials are built and tested on expensive datacenter grade cards, and consumer cards from the same generation look similar on paper but fail in confusing ways: pieces of software silently ship without the right low level support for these cards, and speed claims from other guides often assume a much more expensive card than most people actually own. Every entry in the guide documents something the author personally ran into on their own machine, including the exact error message, why it happens, the fix that worked, and the date and software versions it was tested with. Nothing is included secondhand or without having actually been run. The guide is organized as 80 short entries spread across seven topic areas: getting the core AI software stack and its accelerated math libraries working, serving AI models for other programs to use, training smaller helper models on a single card, shrinking large models to fit in limited graphics memory, building software from its source code on this hardware, and honestly measuring whether a performance claim actually holds up. The guide opens with a five minute test anyone can run before trying to set up a larger AI project, to quickly check whether a piece of software's required version of the underlying deep learning library will work on this card at all, since some older versions simply do not support it and cannot be patched around. The project describes itself as reproducible and honest, meaning every entry is dated and versioned so readers know how much to trust it as tools change over time, and every technique described only counts if it works on a single card the author actually owns, with no reliance on cloud computing.

Copy-paste prompts

Prompt 1
Help me run the five minute torch kill test from this guide before I install a new AI project.
Prompt 2
Explain the fix in this guide for CUDA no kernel image available errors on an RTX 5090.
Prompt 3
Walk me through the guide's recommendations for fitting a large model onto a single 32GB card.
Prompt 4
Summarize the honest measurement section's advice on avoiding misleading AI benchmark claims.

Frequently asked questions

What is sm120-field-guide?

A dated, tested collection of fixes and gotchas for running modern AI software on consumer NVIDIA RTX 5090 graphics cards.

How hard is sm120-field-guide to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is sm120-field-guide for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.