Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Testing] Fix core tests #3224

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Conversation

cadedaniel
Copy link
Collaborator

24aecf4 started causing failures after it was merged.

@cadedaniel cadedaniel requested a review from simon-mo March 6, 2024 07:40
@cadedaniel cadedaniel marked this pull request as ready for review March 6, 2024 07:41
@@ -142,7 +142,7 @@ def __init__(
prompt: str,
prompt_token_ids: List[int],
block_size: int,
eos_token_id: int,
eos_token_id: Optional[int] = None,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

cc @njhill FYI #3166

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks @cadedaniel and apologies for missing these tests in the original PR.

@grandiose-pizza
Copy link
Contributor

grandiose-pizza commented Mar 6, 2024

Thanks for this. Waiting for this merge as my tests were failing:
#3183

Copy link
Collaborator

@zhuohan123 zhuohan123 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the quick fix!

@zhuohan123 zhuohan123 merged commit a33ce60 into vllm-project:main Mar 6, 2024
23 checks passed
@cadedaniel cadedaniel deleted the fix-core-tests branch March 6, 2024 09:05
dtransposed pushed a commit to afeldman-nm/vllm that referenced this pull request Mar 26, 2024
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.

None yet

4 participants