Skip to content

Commit

Permalink
Add missing definition of sink variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 8, 2023
1 parent 16c6ca5 commit ff328a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llm/agents/kafka_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def pipeline(num_threads, pipeline_batch_size, model_max_batch_size, model_name)

pipe.add_stage(LLMEngineStage(config, engine=_build_engine(model_name=model_name)))

pipe.add_stage(InMemorySinkStage(config))
sink = pipe.add_stage(InMemorySinkStage(config))

# pipe.add_stage(MonitorStage(config, description="Upload rate", unit="events", delayed_start=True))

Expand Down

0 comments on commit ff328a2

Please sign in to comment.