Update llama_stack/providers/remote/inference/vllm/vllm.py

Co-authored-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Ilya Kolchinsky 2025-04-17 11:35:41 +02:00 committed by GitHub
parent 6a0ee7180b
commit 6f77ca1755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,7 +248,7 @@ class VLLMInferenceAdapter(Inference, ModelsProtocolPrivate):
if self.client is not None:
return
log.info(f"Initializing VLLM client with base_url={self.config.url}")
log.info(f"Initializing vLLM client with base_url={self.config.url}")
self.client = self._create_client()
def _create_client(self):