| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nvitop v1.7.0 source code.tar.gz | < 20 hours ago | 254.6 kB | |
| nvitop v1.7.0 source code.zip | < 20 hours ago | 324.6 kB | |
| README.md | < 20 hours ago | 1.5 kB | |
| Totals: 3 Items | 580.7 kB | 0 | |
What's Changed
Added
- Add
nvidia-ml-py13.595.45 to support list by @XuehaiPan. - Add support for open kernel-module driver packages (e.g.,
nvidia-driver-595-open) ininstall-nvidia-driver.shwith new--proprietaryand--openflags by @XuehaiPan. - Add TLS and mutual TLS (mTLS) support for
nvitop-exportervia new--certfile,--keyfile,--client-cafile,--client-capath, and--client-auth-requiredCLI flags by @XuehaiPan in [#213]. Issued by @StefanSander3 in [#131]. - Add
--readonlyCLI flag (and equivalentNVITOP_MONITOR_MODE="readonly"env token) for monitor mode that disables all process-mutating shortcuts (Ctrl-c/T/K/I/k) by @XuehaiPan in [#214]. - Add
examples/directory with self-contained runnable scripts by @XuehaiPan in [#216].
Changed
- Bump minimum
prometheus-clientversion to0.19.0fornvitop-exporter(required for TLS support) by @XuehaiPan in [#213].
Fixed
- Propagate
need_redraw=Trueto parent ifself.need_redrawhas been already updated toTrueto avoid missing redraws by @XuehaiPan.
Removed
- Relocate the
nvitop.callbackssubpackage (Keras / Lightning / TensorBoardGpuStatsLoggerandadd_scalar_dict) toexamples/ml-framework-callbacks/by @XuehaiPan in [#216].
Full Changelog: https://github.com/XuehaiPan/nvitop/compare/v1.6.2...v1.7.0