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

Bugfix/SK-675 | Model staging not in sync #523

Merged
merged 7 commits into from
Feb 9, 2024
Merged

Bugfix/SK-675 | Model staging not in sync #523

merged 7 commits into from
Feb 9, 2024

Conversation

Wrede
Copy link
Collaborator

@Wrede Wrede commented Feb 6, 2024

Issue with model artifacts not being present at combiner disk during validation (clients request download validation model). We think the issue is related to latency between training and validations requests. That training is for some reason faster than validation and deletes the staged model which is waiting to be validated.

Our solution to this is to merge validation stream and training stream into a single TaskStream which are then differentiated by a message field "type" of enum StatusType in the grpc TaskRequest.

@Wrede Wrede requested a review from ahellander February 6, 2024 10:28
Copy link
Member

@ahellander ahellander left a comment

Choose a reason for hiding this comment

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

Looks good, improves robustness.

@Wrede Wrede changed the title Bugfix/SK-675 | Model staging Bugfix/SK-675 | Model staging not in sync Feb 9, 2024
@Wrede Wrede merged commit 7cef838 into master Feb 9, 2024
15 checks passed
@Wrede Wrede deleted the bugfix/SK-675 branch February 9, 2024 13:49
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.

None yet

2 participants