windows support + custom host support#2
Merged
Conversation
cocktailpeanut
commented
Jun 5, 2026
Contributor
- The existing code only works on linux, added code to deal with various windows quirks (such as paths and symlinks)
- The existing code only lauches at 0.0.0.0 but this also has issues on windows, so added an environment variable that lets you customize the host (for example 127.0.0.1)
- resolve app-relative SA3 dataset, filelist, and metadata paths - resolve ARC LoRA and full-model demo paths from the app root - quote and normalize training, resume, and demo launch paths - add Windows-safe process detection and process-tree cleanup - report unsupported pause, resume, and checkpoint signals cleanly - fall back to hardlinks when model symlinks are unavailable - launch pre-encode without depending on bash and tee
re-render checkpoint rows when SSE pushes Gradio state changes. The Gradio instance list was updating, but checkpoint rows were only redrawn when checkpoint data changed, leaving stale LAUNCH buttons after a successful launch.
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.