Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SolitaryThinker committed Aug 19, 2024
1 parent c325d2c commit 70b4e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/multi_step_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, *args, **kwargs):
kv_cache_dtype=self.cache_config.cache_dtype,
is_driver_worker=base_model_runner.is_driver_worker,
prompt_adapter_config=base_model_runner.prompt_adapter_config,
observibility_config=base_model_runner.observability_config,
observability_config=base_model_runner.observability_config,
)

pipeline_parallel_size = self.parallel_config.pipeline_parallel_size
Expand Down

0 comments on commit 70b4e12

Please sign in to comment.