What's Changed
Added
- Add a minimal stdlib HTTP(S) GPU dashboard built on
nvitop.collect_in_backgroundby @XuehaiPan in #218. - Add inline script metadata (PEP 723) to the runnable
examples/scripts so each runs directly from its URL withuv runwithout cloning the repository by @XuehaiPan in #224.
Fixed
- Fix an intermittent
SIGSEGVat interpreter exit where theatexitnvmlShutdown()raced in-flight NVML queries from background threads by @XuehaiPan in #223. Issued by @zengchang233 in #222.
Full Changelog: v1.7.0...v1.7.1