Picomon 0.2.0: From AMD Crash Fix to GPU Monitoring That Doesnโ€™t Suck
omarkama.liยท4h
๐Ÿ“Šperf Tools
Preview
Report Post

I built picomon because nvtop kept crashing on my AMD rigs with assertion errors. Earlier this month, I whipped up a Python script with an LLM that parsed amd-smi output. It was ugly. It worked. I called it picomon.

Era 1: The Crash

I was training a 7B model on AMD MI200s. nvtop worked fine on NVIDIA. On AMD? Random crashes, assertion failures, zero visibility into memory usage. I needed something that just worked.

Era 2: The Glow-Up

Then I discovered Textual. If you havenโ€™t used it, Textual is what happens when a Python developer gets bored of building web apps and decides terminal UIs should be beautiful. I rewrote picomon from scratch.

What 0.2.0 Actually Does

  • Multi-vendor support: AMD (ROCm), NVIDIA (nvidia-smi), Apple Silicon in one tool
  • Textualโ€ฆ

Similar Posts

Loading similar posts...