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 SchedulerConfig params #459

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

ldurejko
Copy link

@ldurejko ldurejko commented Nov 5, 2024

max_num_prefill_seqs parameter is used only when use_padding_aware_scheduling is True.

use_padding_aware_scheduling default value is False, so max_num_prefill_seqs shouldn't be required to pass each time SchedulerConfig is initialized.

Dozens of tests in tests/core are failing due to these parameters issue.

@michalkuligowski michalkuligowski merged commit ac12d53 into habana_main Nov 5, 2024
19 checks passed
@michalkuligowski michalkuligowski deleted the fix_scheduler_config_params branch November 5, 2024 08:30
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