-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Testing] Fix core tests #3224
Conversation
@@ -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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
Thanks for this. Waiting for this merge as my tests were failing: |
There was a problem hiding this 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!
24aecf4 started causing failures after it was merged.