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: v1.6.2...v1.7.0