Skip to content

Commit 980203c

Browse files
visheshtanksaleshivamerla
authored andcommitted
Updating Name of NIMBuild and NIMCache in OCP example
Signed-off-by: Vishesh Tanksale <vtanksale@nvidia.com>
1 parent 8050a53 commit 980203c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ metadata:
150150
"apiVersion": "apps.nvidia.com/v1alpha1",
151151
"kind": "NIMBuild",
152152
"metadata": {
153-
"name": "nim-build-sample",
153+
"name": "meta-llama3-8b-instruct",
154154
"namespace": "nim-service"
155155
},
156156
"spec": {
157157
"nimCache": {
158-
"name": "meta-llama3-2-3b-instruct",
159-
"profile": "ac34857f8dcbd174ad524974248f2faf271bd2a0355643b2cf1490d0fe7787c2"
158+
"name": "meta-llama3-8b-instruct",
159+
"profile": "7cc8597690a35aba19a3636f35e7f1c7e7dbc005fe88ce9394cad4a4adeed414"
160160
},
161161
"image": {
162-
"repository": "nvcr.io/nim/meta/llama-3.2-3b-instruct",
163-
"tag": "1.8.5",
162+
"repository": "nvcr.io/nim/meta/llama-3.1-8b-instruct",
163+
"tag": "1.3.3",
164164
"pullSecrets": [
165165
"ngc-secret"
166166
]

0 commit comments

Comments
 (0)