Releases: wilmerwang/GPUSitter
Releases · wilmerwang/GPUSitter
Release v2.1.0
v2.1.0 (2025-09-17)
Feat
- add server information in the email notification
Fix
- prevent gpust from hanging when job requests more GPUs than available
Release v2.0.4
v2.0.4 (2025-09-15)
Fix
- prevent CUDA_VISIBLE_DEVICES env in tmux
Release v2.0.3
v2.0.3 (2025-09-15)
Fix
- prevent NoneType error when updating status in debug mode
Refactor
- gpu: using pynvml instead of "nvidia-smi" to query gpus
- update the spinner when friendly sleep is end
Release v2.0.2
v2.0.2 (2025-09-13)
Refactor
- update the spinner
Release v2.0.1
v2.0.1 (2025-09-13)
Fix
- there has not extra group in uv sync in ci
Release v2.0.0
v2.0.0 (2025-09-13)
Feat
- version 2.0.0 for real job running
- add tmux support
- remove stdout and stderr from jobs
- config: allow friendly_min to accept float values
- add max_retry support
- using jobs instead of fake tasks
- remove the property related to gpu number
- remove gpu_nums and gpu_tims_min from config
Fix
- change sender name to GPUSitter
- ensure job is start or not
- using cmd_list instead of cmd_str
v1.8.0
bump: version 1.7.0 → 1.8.0
v1.6.0
feat(gpu): add CUDA_VISIBLE_DEVICES support
v1.5.0
feat: add args of friendly_min to avoid OOM from previous job's final…
v1.4.0
feat: add spinner in the processing of snatching gpus