From 70dea317fcbb5ec112f9f2f88f49e9f1798effa3 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Sun, 3 Nov 2024 11:23:11 -0800 Subject: [PATCH] typos --- docs/source/getting_started/distributions/ollama.md | 2 +- docs/source/getting_started/distributions/together.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting_started/distributions/ollama.md b/docs/source/getting_started/distributions/ollama.md index fa25c9a72..003656e2b 100644 --- a/docs/source/getting_started/distributions/ollama.md +++ b/docs/source/getting_started/distributions/ollama.md @@ -81,7 +81,7 @@ llama stack run ./gpu/run.yaml docker run --network host -it -p 5000:5000 -v ~/.llama:/root/.llama -v ./gpu/run.yaml:/root/llamastack-run-ollama.yaml --gpus=all llamastack/distribution-ollama --yaml_config /root/llamastack-run-ollama.yaml ``` -Make sure in you `run.yaml` file, you inference provider is pointing to the correct Ollama endpoint. E.g. +Make sure in your `run.yaml` file, your inference provider is pointing to the correct Ollama endpoint. E.g. ``` inference: - provider_id: ollama0 diff --git a/docs/source/getting_started/distributions/together.md b/docs/source/getting_started/distributions/together.md index cf14f3046..b9ea9f6e6 100644 --- a/docs/source/getting_started/distributions/together.md +++ b/docs/source/getting_started/distributions/together.md @@ -20,7 +20,7 @@ The `llamastack/distribution-together` distribution consists of the following pr $ cd distributions/together && docker compose up ``` -Make sure in you `run.yaml` file, you inference provider is pointing to the correct Together URL server endpoint. E.g. +Make sure in your `run.yaml` file, your inference provider is pointing to the correct Together URL server endpoint. E.g. ``` inference: - provider_id: together