mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[PR #114] [MERGED] fix(callbacks/lightning): populate callback for lightning #164
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:lightning-callbacks📝 Commits (4)
72eff95fix(callbacks/lightning): populate callback forlightninge3322e5chore(pre-commit): update pre-commit hooksf197d98docs(README): update README.mdad34a2ddocs(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
Description
Populate the implementation for
GpuStatsLoggercallback tonvitop.lightningbased onlightning.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.
nvitop.tui#182