Commit graph

87 commits

Author SHA1 Message Date
Xuehai Pan
66a8f920e3 chore(pre-commit): update pre-commit hooks 2026-04-30 17:07:36 +08:00
Xuehai Pan
a6761eb5c4 chore(pre-commit): update pre-commit hooks 2026-04-01 17:55:58 +08:00
Xuehai Pan
43015c916f chore(pre-commit): update pre-commit hooks 2026-03-31 20:10:55 +08:00
Xuehai Pan
fe983b137a deps(nvidia-ml-py): add nvidia-ml-py 13.595.45 to support list 2026-03-20 18:24:54 +08:00
Xuehai Pan
59e50ed3e6 chore: add timeout for subprocess calls 2026-02-13 20:55:49 +08:00
Xuehai Pan
8e2a517433 deps(nvidia-ml-py): add nvidia-ml-py 13.580.126 and 13.590.48 to support list 2026-01-28 00:58:17 +08:00
Xuehai Pan
86b1f2d7dd chore: fix grammar and typos 2026-01-21 16:37:52 +08:00
Xuehai Pan
5cc0e40f98 chore(pre-commit): update pre-commit hooks 2026-01-12 23:47:21 +08:00
dependabot[bot]
2299e92d5a
deps(workflows): bump actions/download-artifact from 6 to 7 (#196)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
2025-12-15 14:01:24 +08:00
Xuehai Pan
4d948e2c9d
feat(api/device): support devices with unified memory (#195) 2025-12-08 11:41:35 +08:00
dependabot[bot]
8218bbd48b
deps(workflows): bump actions/checkout from 4 to 6 (#194)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
2025-11-25 00:30:12 +08:00
Xuehai Pan
932257a5f9 feat(tui/device): add bar charts for memory bandwidth and power usage (#190) 2025-11-09 23:55:36 +08:00
Xuehai Pan
996078bfb8 chore(pre-commit): update pre-commit hooks 2025-10-18 18:46:54 +08:00
Xuehai Pan
a5f8a525c7 chore(pre-commit): update pre-commit hooks 2025-10-07 19:47:49 +08:00
dependabot[bot]
6dfbb75862
deps(workflows): bump actions/setup-python from 5 to 6 (#184)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
2025-09-08 14:54:18 +08:00
Xuehai Pan
032370319c
chore!: remove per-version install extras for nvidia-ml-py and prefer nvitop[cudaXX] instead (#179) 2025-08-16 14:12:11 +08:00
dependabot[bot]
c166dfce10
deps(workflows): bump actions/download-artifact from 4 to 5 (#177)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
2025-08-11 16:25:59 +08:00
Xuehai Pan
a0e2d8cfcd chore(pre-commit): update pre-commit hooks 2025-08-06 14:01:22 +08:00
Xuehai Pan
c8dd200416 chore(pre-commit): update pre-commit hooks 2025-07-24 22:34:31 +08:00
Xuehai Pan
de6e3265ec chore(pre-commit): update pre-commit hooks 2025-07-08 14:28:55 +08:00
Xuehai Pan
58f71c53cd chore(pre-commit): update pre-commit hooks 2025-05-26 19:06:34 +08:00
Xuehai Pan
cf7be3e117 fix(tui): fix one-time output rendering on exit for TUI 2025-05-20 19:09:16 +08:00
Xuehai Pan
6f46807a6d chore(pre-commit): update pre-commit hooks 2025-05-10 20:16:59 +08:00
Xuehai Pan
9d787c3a35 chore(pre-commit): update pre-commit hooks 2025-05-02 00:11:20 +08:00
Xuehai Pan
57b48e6a3a chore(pre-commit): update pre-commit hooks 2025-04-20 00:10:40 +08:00
Xuehai Pan
fff42d35e4 chore(pre-commit): update pre-commit hooks 2025-04-07 01:56:10 +08:00
Xuehai Pan
2fbf791e5c deps: remove duplicate lint checks 2025-03-16 23:07:45 +08:00
Xuehai Pan
a39cf70ee7 chore(pre-commit): update pre-commit hooks 2025-03-14 03:38:28 +08:00
Xuehai Pan
5def9731a0 chore(setup): put setup function under a if __name__ == '__main__' block 2025-02-22 16:55:16 +08:00
Xuehai Pan
cda0149e45
deps(python): drop Python 3.7 support (#150) 2025-01-31 16:33:18 +08:00
Xuehai Pan
8d897bbb78 lint: migrate formatter from black to ruff format 2025-01-30 18:18:59 +08:00
Xuehai Pan
652859c84b
deps(cachetools): remove third-party dependency cachetools (#147) 2025-01-24 16:52:16 +08:00
Xuehai Pan
c276d5d82f chore(api/libcuda): use 8 * sizeof(void *) for arch bit detection 2025-01-17 01:55:27 +08:00
Xuehai Pan
d623531779
fix(api/device): fix passing invalid device handle to NVML functions (#146) 2025-01-13 17:51:09 +08:00
Xuehai Pan
8ee9d5c430 chore(pre-commit): update pre-commit hooks 2025-01-09 22:29:14 +08:00
Xuehai Pan
7edf30c964 chore(pre-commit): update pre-commit hooks 2024-12-20 01:20:32 +08:00
Xuehai Pan
caf5c5d93d deps(isort): replace isort with ruff check --select=I 2024-12-16 00:48:32 +08:00
Xuehai Pan
93da21e171 chore(pre-commit): update pre-commit hooks 2024-11-25 01:28:41 +08:00
Xuehai Pan
a876f6e711 chore(pre-commit): update pre-commit hooks 2024-10-26 20:38:40 +08:00
Xuehai Pan
4127c69a3a chore(pre-commit): update pre-commit hooks 2024-10-04 03:07:55 +08:00
Xuehai Pan
e57db4debb chore(pre-commit): update pre-commit hooks 2024-09-11 22:59:31 +08:00
Xuehai Pan
61add4194a chore(pre-commit): update pre-commit hooks 2024-08-07 17:41:27 +08:00
Xuehai Pan
623b1e5360 chore(pre-commit): update pre-commit hooks 2024-07-31 15:36:15 +08:00
Xuehai Pan
c00b80d3cf
feat(api): handle exceptions for function getpass.getuser() (#130) 2024-07-12 23:07:52 +08:00
Xuehai Pan
4f46184441 refactor(setup): refactor setup scripts 2024-07-04 16:51:14 +08:00
Xuehai Pan
e927bba14d chore(pre-commit): update pre-commit hooks 2024-06-01 17:01:15 +00:00
Xuehai Pan
52b44a77d8 chore(pre-commit): update pre-commit hooks 2024-05-09 02:36:30 +08:00
Xuehai Pan
c5ba41dbdf chore(pre-commit): update pre-commit hooks 2024-04-30 15:04:10 +00:00
Xuehai Pan
b724d18fec chore(pre-commit): update pre-commit hooks 2024-04-21 15:50:39 +00:00
Xuehai Pan
a0387867fb chore(pre-commit): update pre-commit hooks 2024-03-12 13:41:52 +00:00