PyTorch CUDA Semantics for Memory Management, PyTorch Documentation, 2024 - Clarifies how PyTorch handles CUDA device memory and provides information on functions for monitoring VRAM usage, such as torch.cuda.max_memory_allocated.
psutil documentation, Giampaolo Rodola and contributors, 2024 - The official documentation for the psutil library, offering methods to programmatically retrieve system data, including process memory usage across different operating systems.