Skip to content

Fix TrackioTracker.log() ignoring step parameter#3975

Merged
SunMarc merged 1 commit into
huggingface:mainfrom
joshuaswanson:trackio-tracker-step-fix
Mar 20, 2026
Merged

Fix TrackioTracker.log() ignoring step parameter#3975
SunMarc merged 1 commit into
huggingface:mainfrom
joshuaswanson:trackio-tracker-step-fix

Conversation

@joshuaswanson

Copy link
Copy Markdown
Contributor

TrackioTracker.log() accepts a step parameter but never passes it to trackio, so steps are silently auto-incremented instead of using the provided value. This adds step=step to match how every other tracker in the file handles it (WandB, SwanLab, etc.).

Closes #3963

@SunMarc SunMarc left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@SunMarc SunMarc merged commit 1622df3 into huggingface:main Mar 20, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] TrackioTracker.log() ignores step parameter

3 participants