Skip to content

Conversation

@charlotte12l
Copy link
Contributor

@charlotte12l charlotte12l commented Sep 3, 2025

Purpose

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

@mergify mergify bot added v1 tpu Related to Google TPUs labels Sep 3, 2025
@ywang96 ywang96 self-assigned this Sep 3, 2025

return prompt_logprobs_dict

def _get_prompt_hidden_states_dict(
Copy link
Collaborator

Choose a reason for hiding this comment

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

try extact to separate utils.py?

hidden_states[:num_scheduled_tokens],
scheduler_output.num_scheduled_tokens,
)
prompt_hidden_states_dict = self._get_prompt_hidden_states_dict(
Copy link
Collaborator

Choose a reason for hiding this comment

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

let's make this an option by default disabled from vllm serve arguments

Signed-off-by: Xingyu Liu <[email protected]>
@mergify
Copy link

mergify bot commented Sep 8, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @charlotte12l.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-rebase tpu Related to Google TPUs v1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants