Skip to content

Commit

Permalink
making the image available and easier to use
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cook <rcook@redhat.com>
  • Loading branch information
cooktheryan committed Dec 17, 2024
1 parent 4e0b845 commit 04e7004
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion importer-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: quay.io/redhat-et/ilab:1.3.1
pipelineInfo:
description: Helper pipeline to the InstructLab pipeline which allows users to seed/import
a new base model
Expand Down
12 changes: 6 additions & 6 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: quay.io/redhat-et/ilab:1.3.1
exec-deletepvc:
container:
image: argostub/deletepvc
Expand Down Expand Up @@ -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 = \"quay.io/redhat-et/ilab: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}\\\
Expand Down Expand Up @@ -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 = \"quay.io/redhat-et/ilab: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}\\\
Expand Down Expand Up @@ -1373,7 +1373,7 @@ deploymentSpec:
value: /tmp
- name: HF_HOME
value: /tmp
image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1
image: quay.io/redhat-et/ilab:1.3.1
resources:
accelerator:
count: '1'
Expand Down Expand Up @@ -1509,7 +1509,7 @@ deploymentSpec:
value: /tmp
- name: HF_HOME
value: /tmp
image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1
image: quay.io/redhat-et/ilab:1.3.1
resources:
accelerator:
count: '1'
Expand Down Expand Up @@ -1619,7 +1619,7 @@ deploymentSpec:
value: /tmp
- name: HF_HOME
value: /tmp
image: registry.stage.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1
image: quay.io/redhat-et/ilab:1.3.1
exec-sdg-to-artifact-op:
container:
args:
Expand Down
4 changes: 2 additions & 2 deletions rhoai-ilab-image/Containerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3
FROM registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.3.1

ADD connection.py /opt/app-root/lib64/python3.11/site-packages/multiprocess/connection.py
ADD connection.py /opt/app-root/lib64/python3.11/site-packages/multiprocess/connection.py
2 changes: 1 addition & 1 deletion training/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "quay.io/redhat-et/ilab:1.3.1"

manifest = inspect.cleandoc(
f"""
Expand Down
2 changes: 1 addition & 1 deletion utils/consts.py
Original file line number Diff line number Diff line change
@@ -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 = "quay.io/redhat-et/ilab:1.3.1"

0 comments on commit 04e7004

Please sign in to comment.