-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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 MPT CI #25548
Fix MPT CI #25548
Conversation
@@ -507,7 +507,7 @@ def test_model_logits(self): | |||
|
|||
outputs = model(dummy_input, output_hidden_states=True) | |||
|
|||
expected_slice = torch.Tensor([-0.2559, -0.2197, -0.2480]).to(torch_device, torch.bfloat16) | |||
expected_slice = torch.Tensor([-0.2539, -0.2178, -0.1953]).to(torch_device, torch.bfloat16) |
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.
I am not sure why the diff is so large ...
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.
Fine with me, I think this was pytorch / kernel related so should be good cc @younesbelkada
Merge now. Leave comment if any @younesbelkada when you are back 🙏 |
Looks great @ydshieh , thanks! |
Hello |
fix Co-authored-by: ydshieh <[email protected]>
What does this PR do?
Hello, let's just fix this ....