From 8c0f10c06fbdf60df00ee582e1beb38f4b2e5332 Mon Sep 17 00:00:00 2001 From: Jiayi Date: Fri, 29 Aug 2025 15:13:04 -0700 Subject: [PATCH] update --- llama_stack/providers/remote/inference/nvidia/NVIDIA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/providers/remote/inference/nvidia/NVIDIA.md b/llama_stack/providers/remote/inference/nvidia/NVIDIA.md index fa186a48e..d9c18533a 100644 --- a/llama_stack/providers/remote/inference/nvidia/NVIDIA.md +++ b/llama_stack/providers/remote/inference/nvidia/NVIDIA.md @@ -174,7 +174,7 @@ print(f"Embeddings: {response.embeddings}") ### Vision Language Models Example -The following example shows how to run vision inference using an NVIDIA NIM. +The following example shows how to run vision inference by using an NVIDIA NIM. ```python def load_image_as_base64(image_path):