-
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
Skip BloomEmbeddingTest.test_embeddings
for PT < 1.10
#19261
Conversation
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.
Thanks a lot!
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.
Thank you very much for this change and for taking care of compatibility on previous PyTorch versions! Also now the comments make more sense :-) !
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, should we also mention that this model is only available in torch 1.10+ when used with auto
, or is that just specific to tests?
@LysandreJik For this case, it is specific to test (checkpoint is |
…face#19261) Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
…face#19261) Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
What does this PR do?
The test
BloomEmbeddingTest.test_embeddings
will load a pretrained-model inbfloat16
. For PyTorch < 1.10, we haveso let's skip it to keep Past CI clean