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

Pin transformers version for MII tests #5629

Merged

Conversation

loadams
Copy link
Contributor

@loadams loadams commented Jun 7, 2024

MII legacy tests use from transformers import Conversation here.

Conversation was removed from transformers here so we pin to a version before that before unpinning.

@loadams loadams requested a review from mrwyattii as a code owner June 7, 2024 19:30
@loadams loadams requested review from lekurile and jomayeri June 7, 2024 19:31
@loadams loadams added this pull request to the merge queue Jun 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 7, 2024
@loadams loadams added this pull request to the merge queue Jun 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 7, 2024
@loadams loadams added this pull request to the merge queue Jun 7, 2024
@loadams loadams removed this pull request from the merge queue due to a manual request Jun 7, 2024
@loadams loadams merged commit 31a57fa into master Jun 7, 2024
13 checks passed
@loadams loadams deleted the loadams/pin-transformers-mii-conversation-is-deprecated branch June 7, 2024 22:20
sfc-gh-reyazda pushed a commit to Snowflake-Labs/DeepSpeed that referenced this pull request Jun 10, 2024
      MII legacy tests use `from transformers import Conversation`
[here](https://github.com/microsoft/DeepSpeed-MII/blob/c171c4ee290e96c0d3e618b654be8add5eca973b/mii/legacy/method_table.py#L8).

Conversation was removed from transformers
[here](huggingface/transformers#31165) so we pin
to a version before that before unpinning.
github-merge-queue bot pushed a commit that referenced this pull request Jul 24, 2024
Reverts changes in #5629 after fixes have been applied to MII repo/MII
tests.

---------

Co-authored-by: Heyang Qin <heyangqin@microsoft.com>
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.

2 participants