Skip to content

Commit 563e588

Browse files
authored
[None][doc] Scaffolding tech blog fix a typo (#8042)
Signed-off-by: Fred Wei <20514172+WeiHaocheng@users.noreply.github.com>
1 parent 3ba4bf6 commit 563e588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/blogs/tech_blog/blog13_Inference_Time_Compute_Implementation_in_TensorRT-LLM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ prototype_controller = NativeGenerationController(sampling_params={
166166

167167
llm = ScaffoldingLlm(
168168
prototype_controller,
169-
{NativeGenerationController.WorkerTag.GENERATION: proposer_worker},
169+
{NativeGenerationController.WorkerTag.GENERATION: llm_worker},
170170
)
171171
results = llm.generate(prompts)
172172
```

0 commit comments

Comments
 (0)