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

Replace .make_sequence(..., mode="random") with mode="max_throughput" #313

Merged
merged 2 commits into from
May 9, 2023

Conversation

borzunov
Copy link
Collaborator

@borzunov borzunov commented May 9, 2023

We need to sample the next server using its throughput as the weight to actually achieve max throughput for fine-tuning.

As an example, imagine a situation where we have 3 servers with throughputs [1000, 500, 1] hosting the same blocks, then compare the uniform and weighted sampling strategies.

@borzunov borzunov merged commit 6137b1b into main May 9, 2023
8 checks passed
@borzunov borzunov deleted the max-throughput-routing branch May 9, 2023 18:38
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