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 unloading steps with more than 1 replica #982

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

gabrielmbmb
Copy link
Member

Description

This PR fixes a bug that occurred when using more than one replica per step. The unloading logic was not sending enough Nones (one per replica) to notify the loaded step replicas that they should stop.

Closes #976

@gabrielmbmb gabrielmbmb added this to the 1.4.0 milestone Sep 16, 2024
@gabrielmbmb gabrielmbmb requested a review from plaguss September 16, 2024 14:01
@gabrielmbmb gabrielmbmb self-assigned this Sep 16, 2024
@gabrielmbmb gabrielmbmb linked an issue Sep 16, 2024 that may be closed by this pull request
Copy link

Documentation for this PR has been built. You can view it at: https://distilabel.argilla.io/pr-982/

Copy link

codspeed-hq bot commented Sep 16, 2024

CodSpeed Performance Report

Merging #982 will not alter performance

Comparing fix-unloading-replicas (cba2496) with develop (e1253a6)

Summary

✅ 1 untouched benchmarks

@gabrielmbmb gabrielmbmb merged commit 75e34e1 into develop Sep 16, 2024
7 checks passed
@gabrielmbmb gabrielmbmb deleted the fix-unloading-replicas branch September 16, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Develop branch hung when using replica > 2
2 participants