Crates.io | turm_gpu |
lib.rs | turm_gpu |
version | 0.0.3 |
source | src |
created_at | 2024-09-27 23:13:35.300642 |
updated_at | 2024-09-27 23:13:35.300642 |
description | turm_gpu is a rust-based TUI for inspecting GPU resources in a slurm enviroment. |
homepage | |
repository | |
max_upload_size | |
id | 1389568 |
size | 7,221,904 |
turm_gpu
is a rust-based TUI for inspecting GPU resources in a slurm enviroment.
It internally uses scontrol
for the data retrieval.
If you know cargo
,
git clone https://github.com/JiwanChung/turm_gpu
cd turm_gpu
cargo install --path .
WARNING: pip
installation is not working yet.
If you know pip
,
pip install turm-gpu
or use pipx
.
turm_gpu
The rest should be straightforward.