Skip to content

Commit 9ea2b8b

Browse files
committed
Update all NeMo services to 25.03 release
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent b07623c commit 9ea2b8b

8 files changed

+19
-18
lines changed

config/samples/apps_v1alpha1_nemocustomizer.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ spec:
3232
port: 9009
3333
protocol: TCP
3434
image:
35-
repository: "nvcr.io/nvidian/nemo-llm/customizer"
36-
tag: "25.03-rc11"
35+
repository: nvcr.io/nvidia/nemo-microservices/customizer
36+
tag: "25.03"
3737
pullPolicy: IfNotPresent
3838
pullSecrets:
3939
- ngc-secret
@@ -45,7 +45,7 @@ spec:
4545
4646
training:
4747
queue: "default"
48-
image: "nvcr.io/nvidian/nemo-llm/customizer-api:25.03-rc11"
48+
image: "nvcr.io/nvidia/nemo-microservices/customizer-api:25.03"
4949
imagePullSecrets:
5050
- name: ngc-secret
5151
pvc:
@@ -487,5 +487,5 @@ spec:
487487
# turn_end: <|eot_id|>
488488
489489
nemo_data_store_tools:
490-
image: nvcr.io/nvidian/nemo-llm/nds-v2-huggingface-cli:25.03-rc11
490+
image: nvcr.io/nvidia/nemo-microservices/nds-v2-huggingface-cli:25.03
491491
imagePullSecret: ngc-secret

config/samples/apps_v1alpha1_nemodatastore.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
port: 3000
4343
type: ClusterIP
4444
image:
45-
repository: "nvcr.io/nvidian/nemo-llm/datastore"
46-
tag: "25.03-rc11"
45+
repository: nvcr.io/nvidia/nemo-microservices/datastore
46+
tag: "25.03"
4747
pullPolicy: IfNotPresent
4848
pullSecrets:
4949
- ngc-secret

config/samples/apps_v1alpha1_nemoentitystore.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
namespace: nemo
1010
spec:
1111
image:
12-
repository: nvcr.io/nvidian/nemo-llm/entity-store
13-
tag: "25.03-rc11"
12+
repository: nvcr.io/nvidia/nemo-microservices/entity-store
13+
tag: "25.03"
1414
pullPolicy: IfNotPresent
1515
pullSecrets:
1616
- ngc-secret

config/samples/apps_v1alpha1_nemoevaluator.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ metadata:
88
namespace: nemo
99
spec:
1010
image:
11-
repository: nvcr.io/nvidia/nemo-microservices/evaluation-ms
12-
tag: "25.02"
11+
repository: nvcr.io/nvidia/nemo-microservices/evaluator
12+
tag: "25.03"
1313
pullPolicy: IfNotPresent
14-
pullSecrets: []
14+
pullSecrets:
15+
- ngc-secret
1516
expose:
1617
service:
1718
port: 7331

config/samples/apps_v1alpha1_nemoguardrails.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ spec:
2626
pullPolicy: IfNotPresent
2727
pullSecrets:
2828
- ngc-secret
29-
repository: nvcr.io/nvidian/nemo-llm/guardrails
30-
tag: "25.03-rc16"
29+
repository: nvcr.io/nvidia/nemo-microservices/guardrails
30+
tag: "25.03"
3131
metrics:
3232
serviceMonitor: {}
3333
replicas: 1

config/samples/apps_v1alpha1_nimcache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
source:
1010
ngc:
11-
modelPuller: nvcr.io/nim/meta/llama3-8b-instruct:1.0.3
11+
modelPuller: nvcr.io/nim/meta/llama-3.1-8b-instruct:1.3.3
1212
pullSecret: ngc-secret
1313
authSecret: ngc-api-secret
1414
model:

config/samples/apps_v1alpha1_nimpipeline.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ spec:
1111
enabled: true
1212
spec:
1313
image:
14-
repository: nvcr.io/nim/meta/llama3-8b-instruct
15-
tag: 1.0.3
14+
repository: nvcr.io/nim/meta/llama-3.1-8b-instruct
15+
tag: 1.3.3
1616
pullPolicy: IfNotPresent
1717
pullSecrets:
1818
- ngc-secret

config/samples/apps_v1alpha1_nimservice.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ metadata:
77
name: meta-llama3-8b-instruct
88
spec:
99
image:
10-
repository: nvcr.io/nim/meta/llama3-8b-instruct
11-
tag: 1.0.3
10+
repository: nvcr.io/nim/meta/llama-3.1-8b-instruct:
11+
tag: 1.3.3
1212
pullPolicy: IfNotPresent
1313
pullSecrets:
1414
- ngc-secret

0 commit comments

Comments
 (0)