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

Fix PP issue #702

Merged
merged 9 commits into from
Sep 30, 2024
Merged

Fix PP issue #702

merged 9 commits into from
Sep 30, 2024

Conversation

michaelbenayoun
Copy link
Member

What does this PR do?

As per title.

@michaelbenayoun michaelbenayoun marked this pull request as ready for review September 24, 2024 16:01
@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Collaborator

@dacorvo dacorvo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, although this does not seem to fix the main issue with the neverending workflows.

@@ -462,3 +463,9 @@ def test_without_packing(self, parallel_sizes, tmpdir):

def test_with_packing(self, parallel_sizes, tmpdir):
return self._test_sft_trainer(parallel_sizes, tmpdir, True)


@is_trainium_test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a WIP, right ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it's just that pytest fails with error code 5 when it does not collect staging and trainium tests. So I just created a dummy test.

@michaelbenayoun
Copy link
Member Author

Yes very hard to debug the neverending issue.

@michaelbenayoun michaelbenayoun merged commit fcda0f1 into main Sep 30, 2024
11 checks passed
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.

3 participants