-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Fix MistralIntegrationTest
OOM
#26754
Conversation
@slow | ||
def test_model_7b_generation(self): | ||
EXPECTED_TEXT_COMPLETION = ( | ||
"""My favourite condiment is mayonnaise. I love it on sandwiches, in salads, on burgers""" | ||
"""My favourite condiment is 100% ketchup. I love it on everything. I’m not a big""" |
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.
This is given by the contributor: we don't know their environment. On T4, this is the first time we make this test run.
The documentation is not available anymore as the PR was closed or merged. |
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.
Nice catch!
* fix * fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
* fix * fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
* fix * fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
What does this PR do?
Fix
MistralIntegrationTest
OOM