Skip to content

Commit f635d37

Browse files
committed
addressing peer review feedback to correct the spec.server.distribution.name field in the docs
1 parent 5cbb8c6 commit f635d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/deploying-a-llamastackdistribution-instance.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= Deploying a LlamaStackDistribution instance
55

66
[role='_abstract']
7-
You can integrate LlamaStack and its retrieval-augmented generation (RAG) capabilities with your deployed Llama 3.2 model served by vLLM. This integration enables you to build intelligent applications that combine large language models (LLMs) with real-time data retrieval, providing more accurate and contextually relevant responses for your AI workloads. When you create a `LlamaStackDistribution` custom resource (CR), specify `rh-dev` in the `spec.server.distribution.image` field.
7+
You can integrate LlamaStack and its retrieval-augmented generation (RAG) capabilities with your deployed Llama 3.2 model served by vLLM. This integration enables you to build intelligent applications that combine large language models (LLMs) with real-time data retrieval, providing more accurate and contextually relevant responses for your AI workloads. When you create a `LlamaStackDistribution` custom resource (CR), specify `rh-dev` in the `spec.server.distribution.name` field.
88

99
ifdef::self-managed[]
1010
ifdef::disconnected[]
@@ -111,7 +111,7 @@ spec:
111111
name: llama-stack
112112
port: 8321
113113
distribution:
114-
image: rh-dev
114+
name: rh-dev
115115
----
116116
+
117117
[NOTE]

0 commit comments

Comments
 (0)