Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Dec 23, 2024
1 parent a1e17c4 commit 921a56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/engine/async_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(
lora_config=vllm_config.lora_config)
self.tokenizer.ping()

# Processor (converts Inputs --> EngineRequest).
# Processor (in process).
self.processor = Processor(
model_config=vllm_config.model_config,
cache_config=vllm_config.cache_config,
Expand Down

0 comments on commit 921a56a

Please sign in to comment.