Skip to content

Commit e699c1b

Browse files
author
Tyler Titsworth
authored
Merge branch 'main' into tylertitsworth/revert-coverage-hardening
2 parents 9177c82 + bd684bc commit e699c1b

11 files changed

+33
-30
lines changed

enterprise/redhat/openshift-ai/gaudi/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Intel® Gaudi AI Software Tools for OpenShift AI(RedHat OpenShift Data Science/R
66

77
| Notebook Container Name | Tools | Image Name |
88
| -----------------------------| ------------- | ------------- |
9-
| Intel Gaudi Notebook Container | [Intel® Gaudi Software Stack*](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html), [Intel® Gaudi PyTorch](https://docs.habana.ai/en/latest/PyTorch/index.html), [Intel® Gaudi vLLM](https://github.com/HabanaAI/vllm-fork.git), [Intel® Gaudi DeepSpeed](https://github.com/HabanaAI/DeepSpeed) | [`registry.connect.redhat.com/intel/gaudi-notebooks:1.17.0-495-rhel-9.2`](registry.connect.redhat.com/intel/gaudi-notebooks@sha256:a62baf968caa7dd23b7f4cdcddc26e109d894f1436e247b4ea1e2fb4a5c94d54) |
9+
| Intel Gaudi Notebook Container 1.17.0-495 | [Intel® Gaudi Software Stack*](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html), [Intel® Gaudi PyTorch](https://docs.habana.ai/en/latest/PyTorch/index.html), [Intel® Gaudi vLLM](https://github.com/HabanaAI/vllm-fork.git), [Intel® Gaudi DeepSpeed](https://github.com/HabanaAI/DeepSpeed) | [`registry.connect.redhat.com/intel/gaudi-notebooks:1.17.0-495-rhel-9.2`](registry.connect.redhat.com/intel/gaudi-notebooks@sha256:a62baf968caa7dd23b7f4cdcddc26e109d894f1436e247b4ea1e2fb4a5c94d54) |
10+
| Intel Gaudi Notebook Container 1.17.1-40 | [Intel® Gaudi Software Stack*](https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html), [Intel® Gaudi PyTorch](https://docs.habana.ai/en/latest/PyTorch/index.html), [Intel® Gaudi vLLM](https://github.com/HabanaAI/vllm-fork.git), [Intel® Gaudi DeepSpeed](https://github.com/HabanaAI/DeepSpeed) | [`registry.connect.redhat.com/intel/gaudi-notebooks:1.17.1-40-rhel-9.2`](registry.connect.redhat.com/intel/gaudi-notebooks@sha256:00ca535956b7fcdd91e71bc4a3cd4493ddcaceea9b8d7bb95a7edc0e1cb0bac4) |
1011

1112
## Run Gaudi Notebook Containers
1213

enterprise/redhat/openshift-ai/gaudi/crd-sample.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@
1515
apiVersion: aitools.intel/v1
1616
kind: GaudiAIToolsContainer
1717
metadata:
18-
name: intel-gaudi-1.17.0-495
18+
labels:
19+
gaudi-software-version: '1.17.1-40'
20+
name: intel-gaudi
1921
spec:
2022
nameOverride: ""
2123
fullnameOverride: ""
2224
imagespec:
2325
registry: registry.connect.redhat.com
2426
repo: intel/gaudi-notebooks
2527
tags:
26-
- gaudi_software: "1.17.0-495"
28+
- gaudi_software: "1.17.1-40"
2729
rhel_os: "9.2"
2830
namespace: redhat-ods-applications

enterprise/redhat/openshift-ai/gaudi/docker/Dockerfile.rhel9.2

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ENV FI_EFA_USE_DEVICE_RDMA=1
8585
RUN echo "[habanalabs]" > /etc/yum.repos.d/habanalabs.repo && \
8686
echo "name=Habana RH9 Linux repo" >> /etc/yum.repos.d/habanalabs.repo && \
8787
echo "baseurl=https://${ARTIFACTORY_URL}/artifactory/rhel/9/9.2" >> /etc/yum.repos.d/habanalabs.repo && \
88-
echo "gpgkey=https://${ARTIFACTORY_URL}/artifactory/rhel/9/9.2/repodata/repomd.xml.key" >> /etc/yum.repos.d/habanalabs.repo && \
88+
echo "gpgkey=https://${ARTIFACTORY_URL}/artifactory/api/v2/repositories/rhel/keyPairs/primary/public" >> /etc/yum.repos.d/habanalabs.repo && \
8989
echo "gpgcheck=1" >> /etc/yum.repos.d/habanalabs.repo
9090

9191
# for Habana GPG key with SHA-1 signature

enterprise/redhat/openshift-ai/gaudi/docker/docker-compose.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ services:
2222
https_proxy: ${https_proxy}
2323
no_proxy: ""
2424
ARTIFACTORY_URL: ${ARTIFACTORY_URL:-vault.habana.ai}
25-
VERSION: ${VERSION:-1.17.0}
26-
REVISION: ${REVISION:-495}
25+
VERSION: ${VERSION:-1.17.1}
26+
REVISION: ${REVISION:-40}
2727
context: .
2828
target: gaudi-base
2929
dockerfile: Dockerfile.rhel${RHEL_OS:-9.2}
30-
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
30+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
3131
entrypoint: ["/bin/bash", "-c"]
3232
command: >
3333
"hl-smi"
@@ -42,12 +42,12 @@ services:
4242
https_proxy: ${https_proxy}
4343
no_proxy: ""
4444
ARTIFACTORY_URL: ${ARTIFACTORY_URL:-vault.habana.ai}
45-
VERSION: ${VERSION:-1.17.0}
46-
REVISION: ${REVISION:-495}
45+
VERSION: ${VERSION:-1.17.1}
46+
REVISION: ${REVISION:-40}
4747
context: .
4848
target: gaudi-pytorch
4949
dockerfile: Dockerfile.rhel${RHEL_OS:-9.2}
50-
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-pytorch-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
50+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-pytorch-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
5151
entrypoint: ["/bin/bash", "-c"]
5252
command: >
5353
"python -c 'import torch'"
@@ -62,12 +62,12 @@ services:
6262
https_proxy: ${https_proxy}
6363
no_proxy: ""
6464
ARTIFACTORY_URL: ${ARTIFACTORY_URL:-vault.habana.ai}
65-
VERSION: ${VERSION:-1.17.0}
66-
REVISION: ${REVISION:-495}
65+
VERSION: ${VERSION:-1.17.1}
66+
REVISION: ${REVISION:-40}
6767
context: .
6868
target: gaudi-notebooks
6969
dockerfile: Dockerfile.rhel${RHEL_OS:-9.2}
70-
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-notebook-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
70+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-notebook-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
7171
entrypoint: ["/bin/bash", "-c"]
7272
command: >
7373
"python -m jupyter notebook --version"

enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LLM Packages
2-
deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.17.0
2+
deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.17.1
33

44
# Datascience and useful extensions
55
kafka-python~=2.0.2

enterprise/redhat/openshift-ai/gaudi/docker/tests/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
test-jupyter-server:
16-
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.0}-${REVISION:-495}-rhel-${RHEL_OS:-9.2}
16+
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-gaudi-base-${VERSION:-1.17.1}-${REVISION:-40}-rhel-${RHEL_OS:-9.2}
1717
cmd: bash /opt/app-root/notebook-test.sh
1818
serving: True
1919
volumes:

pytorch/hf-genai-requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
accelerate==0.34.2
2-
datasets==3.0.0
2+
datasets==3.0.1
33
einops==0.8.0
44
evaluate==0.4.3
55
onnxruntime-extensions==0.12.0
66
onnxruntime==1.19.2
7-
peft==0.12.0
8-
protobuf==5.28.1
7+
peft==0.13.0
8+
protobuf==5.28.2
99
py-cpuinfo==9.0.0
1010
scikit-learn==1.5.2
1111
SentencePiece==0.2.0
12-
tokenizers==0.19.1
13-
transformers==4.44.2
12+
tokenizers==0.20.0
13+
transformers==4.45.1

pytorch/jupyter-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyterlab==4.3.0b1
2-
jupyterhub==5.1.0
1+
jupyterlab==4.3.0b2
2+
jupyterhub==5.2.0
33
notebook==7.3.0a1
44
jupyter-server-proxy>=4.1.2

pytorch/serving/torchserve-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ cython>=3.0.10
33
pynvml>=11.5.0
44
pyyaml>=6.0.1
55
-f https://download.pytorch.org/whl/torch_stable.html
6-
torch-model-archiver==0.11.1
7-
torch-workflow-archiver==0.2.14
8-
torchserve==0.11.1
6+
torch-model-archiver==0.12.0
7+
torch-workflow-archiver==0.2.15
8+
torchserve==0.12.0
99
torchtext==0.18.0+cpu
1010
torchvision==0.19.0
1111
-f https://pytorch-extension.intel.com/release-whl/stable/cpu/us/

pytorch/serving/torchserve-xpu-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cython>=3.0.10
99
pynvml>=11.5.0
1010
pyyaml>=6.0.1
1111
-f https://download.pytorch.org/whl/torch_stable.html
12-
torch-model-archiver==0.11.1
13-
torch-workflow-archiver==0.2.14
14-
torchserve==0.11.1
12+
torch-model-archiver==0.12.0
13+
torch-workflow-archiver==0.2.15
14+
torchserve==0.12.0

pytorch/venv-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=70.0.0
22
psutil==6.0.0
3-
mkl==2024.2.1
4-
mkl-include==2024.2.1
3+
mkl==2024.2.2
4+
mkl-include==2024.2.2
55
intel-openmp==2024.2.1

0 commit comments

Comments
 (0)