config: stop handing the record to code that does not read it (#36252)
This commit is contained in:
@@ -134,14 +134,13 @@ class TestDraftPerRunnerConfig(CustomTestCase):
|
||||
|
||||
def test_an_unresolved_draft_falls_back_to_the_config_field(self):
|
||||
"""The v2 workers pass no backend: --speculative-draft-attention-backend."""
|
||||
server_args = self._seed(
|
||||
self._seed(
|
||||
attention_backend="fa3", speculative_draft_attention_backend="triton"
|
||||
)
|
||||
|
||||
def effective(*, is_draft_worker, passed=None):
|
||||
return resolve_draft_attention_backend(
|
||||
draft_attention_backend=passed,
|
||||
server_args=server_args,
|
||||
is_draft_worker=is_draft_worker,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user