Skip to content

Commit b39aaf5

Browse files
authored
Merge pull request #353 from chaitanya1731/gaudi-updates
gaudi: Updated SPI FW to support Gaudi v1.19.1-26
2 parents 18525b6 + 645af27 commit b39aaf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gaudi/gaudi_spi_fw_upgrade_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ spec:
1616
output:
1717
to:
1818
kind: ImageStreamTag
19-
name: gaudi-spi-fw-upgrade:1.18.0-524
19+
name: gaudi-spi-fw-upgrade:1.19.1-26
2020
strategy:
2121
type: Docker
2222
source:
2323
type: Dockerfile
2424
dockerfile: >+
2525
ARG
26-
BUILDER=vault.habana.ai/gaudi-docker/1.18.0/rhel9.4/habanalabs/pytorch-installer-2.4.0:1.18.0-524
26+
BUILDER=vault.habana.ai/gaudi-docker/1.19.1/rhel9.4/habanalabs/pytorch-installer-2.5.1:1.19.1-26
2727
2828
FROM ${BUILDER} AS builder
2929

gaudi/gaudi_spi_fw_upgrade_job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ spec:
1616
- name: gaudi-spi-firmware-upgrade
1717
securityContext:
1818
privileged: true
19-
image: image-registry.openshift-image-registry.svc:5000/gaudi-spi-fw-upgrade/gaudi-spi-fw-upgrade:1.18.0-524
19+
image: image-registry.openshift-image-registry.svc:5000/gaudi-spi-fw-upgrade/gaudi-spi-fw-upgrade:1.19.1-26
2020
command: [ "hl-fw-loader", "-y" ]
2121
imagePullPolicy: Always

0 commit comments

Comments
 (0)