[None][doc] Scaffolding tech blog fix a typo (#8042)

Signed-off-by: Fred Wei <20514172+WeiHaocheng@users.noreply.github.com>
This commit is contained in:
WeiHaocheng 2025-09-28 22:29:01 +08:00 committed by GitHub
parent 3ba4bf6e70
commit 563e588e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,7 @@ prototype_controller = NativeGenerationController(sampling_params={
llm = ScaffoldingLlm(
prototype_controller,
{NativeGenerationController.WorkerTag.GENERATION: proposer_worker},
{NativeGenerationController.WorkerTag.GENERATION: llm_worker},
)
results = llm.generate(prompts)
```