mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[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:
parent
3ba4bf6e70
commit
563e588e56
@ -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)
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user