Skip to content

Releases: wilmerwang/GPUSitter

Release v2.1.0

16 Sep 16:05

Choose a tag to compare

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

15 Sep 03:31

Choose a tag to compare

v2.0.4 (2025-09-15)

Fix

  • prevent CUDA_VISIBLE_DEVICES env in tmux

Release v2.0.3

14 Sep 16:35

Choose a tag to compare

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

13 Sep 08:04

Choose a tag to compare

v2.0.2 (2025-09-13)

Refactor

  • update the spinner

Release v2.0.1

13 Sep 07:37

Choose a tag to compare

v2.0.1 (2025-09-13)

Fix

  • there has not extra group in uv sync in ci

Release v2.0.0

13 Sep 07:36

Choose a tag to compare

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

11 Sep 05:16

Choose a tag to compare

bump: version 1.7.0 → 1.8.0

v1.6.0

10 Sep 03:35

Choose a tag to compare

feat(gpu): add CUDA_VISIBLE_DEVICES support

v1.5.0

06 Sep 17:39

Choose a tag to compare

feat: add args of friendly_min to avoid OOM from previous job's final…

v1.4.0

03 Sep 10:40

Choose a tag to compare

feat: add spinner in the processing of snatching gpus