Checkpoints tab "Run Inference" button to run inference pipeline from - #2813
Merged
Conversation
Owner
Author
added 2 commits
July 15, 2026 14:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This pull request introduces a comprehensive set of enhancements focused on expanding checkpoint inference capabilities, improving validation and inference settings handling, and increasing extensibility for both backend and UI state management. The main themes are: adding a robust checkpoint inference API, improving validation logic and flexibility, and introducing mechanisms for handling custom process commands and UI state persistence.
Checkpoint Inference API and UI Enhancements:
checkpoints.py. New request/response models and error handling for inference are introduced. [1] [2] [3] [4]webui_state.pyandwebui_state.pyservice. [1] [2]Validation and Inference Logic Improvements:
validation.py.trainer.py.trainer.py. [1] [2]Process Command Extensibility:
process_keeper.py. [1] [2] [3] [4] [5]Resource Management and Safety:
training_service.py.These changes collectively provide a more robust, flexible, and user-friendly experience for checkpoint inference, validation, and UI state management, while laying the groundwork for future extensibility and operational safety.
References: