Skip to content

Add multi-compile-call support to vLLM summary#178

Open
angelayi wants to merge 2 commits intogh/angelayi/4/basefrom
gh/angelayi/4/head
Open

Add multi-compile-call support to vLLM summary#178
angelayi wants to merge 2 commits intogh/angelayi/4/basefrom
gh/angelayi/4/head

Conversation

@angelayi
Copy link
Contributor

@angelayi angelayi commented Mar 13, 2026

Stack from ghstack (oldest at bottom):

Refactor VllmState from flat fields to a Vec structure,
where each compile call tracks its own config, subgraphs, and artifacts.
The summary template now loops over compile calls with collapsible
sections when multiple calls are present, and displays shared config
separately when all calls use identical settings.

Authored with claude

Refactor VllmState from flat fields to a Vec<VllmCompileCall> structure,
where each compile call tracks its own config, subgraphs, and artifacts.
The summary template now loops over compile calls with collapsible
sections when multiple calls are present, and displays shared config
separately when all calls use identical settings.

[ghstack-poisoned]
angelayi added a commit that referenced this pull request Mar 13, 2026
Refactor VllmState from flat fields to a Vec<VllmCompileCall> structure,
where each compile call tracks its own config, subgraphs, and artifacts.
The summary template now loops over compile calls with collapsible
sections when multiple calls are present, and displays shared config
separately when all calls use identical settings.

ghstack-source-id: e00a6d2
Pull Request resolved: #178
@meta-cla meta-cla bot added the cla signed label Mar 13, 2026
Refactor VllmState from flat fields to a Vec<VllmCompileCall> structure,
where each compile call tracks its own config, subgraphs, and artifacts.
The summary template now loops over compile calls with collapsible
sections when multiple calls are present, and displays shared config
separately when all calls use identical settings.

Authored with claude

[ghstack-poisoned]
angelayi added a commit that referenced this pull request Mar 17, 2026
Refactor VllmState from flat fields to a Vec<VllmCompileCall> structure,
where each compile call tracks its own config, subgraphs, and artifacts.
The summary template now loops over compile calls with collapsible
sections when multiple calls are present, and displays shared config
separately when all calls use identical settings.

ghstack-source-id: 82cee81
Pull Request resolved: #178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants