diff --git a/importer-pipeline.yaml b/importer-pipeline.yaml index c2278422..5a303530 100644 --- a/importer-pipeline.yaml +++ b/importer-pipeline.yaml @@ -38,7 +38,7 @@ deploymentSpec: value: /tmp - name: XDG_DATA_HOME value: /tmp - image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 + image: registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 pipelineInfo: description: Helper pipeline to the InstructLab pipeline which allows users to seed/import a new base model diff --git a/pipeline.yaml b/pipeline.yaml index fef55aed..7edf77a2 100644 --- a/pipeline.yaml +++ b/pipeline.yaml @@ -648,7 +648,7 @@ deploymentSpec: env: - name: XDG_CACHE_HOME value: /tmp - image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 + image: registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 exec-deletepvc: container: image: argostub/deletepvc @@ -747,7 +747,7 @@ deploymentSpec: \ path_to_data = \"/input_data/knowledge/data.jsonl\"\n elif phase_num\ \ == 2:\n path_to_model = list_phase1_final_model()\n path_to_data\ \ = \"/input_data/skills/data.jsonl\"\n else:\n raise RuntimeError(f\"\ - Unsupported value of {phase_num=}\")\n\n image = \"registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1\"\ + Unsupported value of {phase_num=}\")\n\n image = \"registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1\"\ \n\n manifest = inspect.cleandoc(\n f\"\"\"\n apiVersion:\ \ kubeflow.org/v1\n kind: PyTorchJob\n metadata:\n \ \ name: {name}\n spec:\n nprocPerNode: \\\"{nproc_per_node}\\\ @@ -951,7 +951,7 @@ deploymentSpec: \ path_to_data = \"/input_data/knowledge/data.jsonl\"\n elif phase_num\ \ == 2:\n path_to_model = list_phase1_final_model()\n path_to_data\ \ = \"/input_data/skills/data.jsonl\"\n else:\n raise RuntimeError(f\"\ - Unsupported value of {phase_num=}\")\n\n image = \"registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1\"\ + Unsupported value of {phase_num=}\")\n\n image = \"registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1\"\ \n\n manifest = inspect.cleandoc(\n f\"\"\"\n apiVersion:\ \ kubeflow.org/v1\n kind: PyTorchJob\n metadata:\n \ \ name: {name}\n spec:\n nprocPerNode: \\\"{nproc_per_node}\\\ @@ -1371,7 +1371,7 @@ deploymentSpec: value: /tmp - name: JUDGE_CA_CERT_PATH value: /tmp/cert/ca.crt - image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 + image: registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 resources: accelerator: count: '1' @@ -1501,7 +1501,7 @@ deploymentSpec: value: /tmp - name: JUDGE_CA_CERT_PATH value: /tmp/cert/ca.crt - image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 + image: registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 resources: accelerator: count: '1' @@ -1614,7 +1614,7 @@ deploymentSpec: value: /tmp - name: SDG_CA_CERT_PATH value: /tmp/cert/ca.crt - image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 + image: registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1 exec-sdg-to-artifact-op: container: args: diff --git a/training/components.py b/training/components.py index bb39e971..917f2a24 100644 --- a/training/components.py +++ b/training/components.py @@ -167,7 +167,7 @@ def list_phase1_final_model(): else: raise RuntimeError(f"Unsupported value of {phase_num=}") - image = "registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1" + image = "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1" manifest = inspect.cleandoc( f""" diff --git a/utils/consts.py b/utils/consts.py index 0ae4f155..241d0236 100644 --- a/utils/consts.py +++ b/utils/consts.py @@ -1,4 +1,4 @@ PYTHON_IMAGE = "quay.io/modh/odh-generic-data-science-notebook:v3-2024b-20241111" TOOLBOX_IMAGE = "registry.access.redhat.com/ubi9/toolbox" OC_IMAGE = "registry.redhat.io/openshift4/ose-cli" -RHELAI_IMAGE = "registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1" +RHELAI_IMAGE = "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1"