Related:
✦ Tips/2026-05-03Beginner
Fixing uv add Errors with Python ML Packages
Practical fixes for uv add failing with transformers, torch, numpy, and other ML packages — covering Python version mismatches, dependency conflicts, CUDA/CPU torch selection, and build errors.
▣ App Dev/2026-05-03Intermediate
Why `uv add transformers` Fails Inside Antigravity, and How to Actually Fix It
If `uv add transformers` errors out, or it succeeds but Antigravity's agent still throws ModuleNotFoundError, there are five distinct causes. Here is how to diagnose them in order.
⚙ AI Tools/2026-04-09Intermediate
Fixing Hugging Face Transformers Errors — Identifying the Cause and Resolving It
Hugging Face Transformers errors sorted by symptom: ImportError, CUDA OOM, bf16 on unsupported GPUs, gated-model 401s, and cache bloat. How to identify the cause and work through the fix.