[PR #114] [MERGED] fix(callbacks/lightning): populate callback for lightning #164

Closed
opened 2026-05-05 03:27:02 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/XuehaiPan/nvitop/pull/114
Author: @XuehaiPan
Created: 12/17/2023
Status: Merged
Merged: 12/17/2023
Merged by: @XuehaiPan

Base: mainHead: lightning-callbacks


📝 Commits (4)

  • 72eff95 fix(callbacks/lightning): populate callback for lightning
  • e3322e5 chore(pre-commit): update pre-commit hooks
  • f197d98 docs(README): update README.md
  • ad34a2d docs(CHANGELOG): update CHANGELOG.md

📊 Changes

9 files changed (+203 additions, -17 deletions)

View changed files

📝 .pre-commit-config.yaml (+3 -3)
📝 CHANGELOG.md (+1 -0)
📝 README.md (+3 -3)
📝 docs/requirements.txt (+1 -0)
📝 docs/source/callbacks.rst (+8 -0)
📝 docs/source/spelling_wordlist.txt (+1 -0)
📝 nvitop/callbacks/keras.py (+3 -4)
📝 nvitop/callbacks/lightning.py (+167 -3)
📝 nvitop/callbacks/pytorch_lightning.py (+16 -4)

📄 Description

Issue Type

  • Bug fix

Description

Populate the implementation for GpuStatsLogger callback to nvitop.lightning based on lightning.pytorch..callbacks.Callback.

Motivation and Context

Fixes #112
Closes #113


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/XuehaiPan/nvitop/pull/114 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 12/17/2023 **Status:** ✅ Merged **Merged:** 12/17/2023 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `lightning-callbacks` --- ### 📝 Commits (4) - [`72eff95`](https://github.com/XuehaiPan/nvitop/commit/72eff9509bced142416345b2223b4464766698df) fix(callbacks/lightning): populate callback for `lightning` - [`e3322e5`](https://github.com/XuehaiPan/nvitop/commit/e3322e5d772888820d6daab43f6f80de2b371780) chore(pre-commit): update pre-commit hooks - [`f197d98`](https://github.com/XuehaiPan/nvitop/commit/f197d98a2d3b632e9c2cdac6300d8410d6ccd77b) docs(README): update README.md - [`ad34a2d`](https://github.com/XuehaiPan/nvitop/commit/ad34a2d51560d4215a76e7f763860f458bcb4ce8) docs(CHANGELOG): update CHANGELOG.md ### 📊 Changes **9 files changed** (+203 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+3 -3) 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+3 -3) 📝 `docs/requirements.txt` (+1 -0) 📝 `docs/source/callbacks.rst` (+8 -0) 📝 `docs/source/spelling_wordlist.txt` (+1 -0) 📝 `nvitop/callbacks/keras.py` (+3 -4) 📝 `nvitop/callbacks/lightning.py` (+167 -3) 📝 `nvitop/callbacks/pytorch_lightning.py` (+16 -4) </details> ### 📄 Description <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Bug fix #### Description <!-- Describe the changes in detail --> Populate the implementation for `GpuStatsLogger` callback to `nvitop.lightning` based on `lightning.pytorch..callbacks.Callback`. #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Fixes #112 Closes #113 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:27:02 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#164
No description provided.