Skip to content

Parse the raw sglang config into a dedicated pydantic model - #1993

Open
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op13-54from
tom/refactor-miles/op13-53
Open

Parse the raw sglang config into a dedicated pydantic model#1993
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op13-54from
tom/refactor-miles/op13-53

Conversation

@fzyzcjy

@fzyzcjy fzyzcjy commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Part of #1837

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch 2 times, most recently from ee919af to b2e19f2 Compare August 4, 2026 00:39
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 8f1ccb9 to 7524f41 Compare August 4, 2026 00:39
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from b2e19f2 to 45421c5 Compare August 4, 2026 06:54
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 7524f41 to 9213e4d Compare August 4, 2026 06:54
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 45421c5 to f494144 Compare August 4, 2026 07:26
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 9213e4d to 7298a9a Compare August 4, 2026 07:26
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from f494144 to 61da3b6 Compare August 4, 2026 07:33
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 7298a9a to a9b31b1 Compare August 4, 2026 07:33
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 61da3b6 to 68347c4 Compare August 6, 2026 03:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from a9b31b1 to 7f97fe5 Compare August 6, 2026 03:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 68347c4 to ae95b83 Compare August 6, 2026 07:03
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 5d36d65 to f9382c4 Compare August 9, 2026 23:32
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch 2 times, most recently from b450d6a to cbd480c Compare August 10, 2026 06:04
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch 2 times, most recently from 4300270 to ac323a2 Compare August 10, 2026 16:06
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from cbd480c to 0992754 Compare August 10, 2026 16:06
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from ac323a2 to a5f9b6c Compare August 10, 2026 16:34
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 0992754 to 51299ba Compare August 10, 2026 16:34
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from a5f9b6c to 66e71c4 Compare August 12, 2026 02:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 51299ba to 30e0497 Compare August 12, 2026 02:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 66e71c4 to 8837146 Compare August 12, 2026 09:32
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 30e0497 to 47f172c Compare August 12, 2026 09:32
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 8837146 to de150fa Compare August 12, 2026 14:31
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch 2 times, most recently from 9c962d1 to ce9a05d Compare August 12, 2026 14:36
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 673a158 to 484823e Compare August 12, 2026 23:56
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from ce9a05d to 3db8816 Compare August 12, 2026 23:56
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from 484823e to 9d06314 Compare August 13, 2026 01:13
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch 5 times, most recently from a8c749e to 4ece9b4 Compare August 13, 2026 06:39
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch 2 times, most recently from 51d5ceb to db1910e Compare August 14, 2026 04:45
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 4ece9b4 to 92838b3 Compare August 14, 2026 04:46

@guapisolo guapisolo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Approved in stack context: #1994 (a0e8a39) replaces #1993's frozen eval-config mutation with model_copy transformations, and the fix remains intact through #2649, including safe merge checkpoint #2176.

@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-53 branch from 92838b3 to 9b7da78 Compare August 29, 2026 12:38
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-54 branch from db1910e to 8db3f76 Compare August 29, 2026 12:38
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.

2 participants