Skip to content

Commit 5d9ae5d

Browse files
author
Adam Stachowicz
committed
Release: v1.20.0
1 parent c52a698 commit 5d9ae5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+55
-55
lines changed

README.md

Lines changed: 2 additions & 2 deletions

docs/source/quickstart.mdx

Lines changed: 2 additions & 2 deletions

examples/audio-classification/run_audio_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def check_optimum_habana_min_version(*a, **b):
4747

4848
# Will error if the minimal version of Transformers and Optimum Habana are not installed. Remove at your own risks.
4949
check_min_version("4.55.0")
50-
check_optimum_habana_min_version("1.19.0.dev0")
50+
check_optimum_habana_min_version("1.20.0")
5151

5252
require_version("datasets>=4.0.0", "To fix: pip install -r examples/pytorch/audio-classification/requirements.txt")
5353

examples/contrastive-image-text/run_bridgetower.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def check_optimum_habana_min_version(*a, **b):
5858

5959
# Will error if the minimal version of Transformers and Optimum Habana are not installed. Remove at your own risks.
6060
check_min_version("4.55.0")
61-
check_optimum_habana_min_version("1.19.0.dev0")
61+
check_optimum_habana_min_version("1.20.0")
6262

6363
require_version("datasets>=4.0.0", "To fix: pip install -r examples/pytorch/contrastive-image-text/requirements.txt")
6464

examples/contrastive-image-text/run_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def check_optimum_habana_min_version(*a, **b):
5858

5959
# Will error if the minimal version of Transformers and Optimum Habana are not installed. Remove at your own risks.
6060
check_min_version("4.55.0")
61-
check_optimum_habana_min_version("1.19.0.dev0")
61+
check_optimum_habana_min_version("1.20.0")
6262

6363
require_version("datasets>=4.0.0", "To fix: pip install -r examples/pytorch/contrastive-image-text/requirements.txt")
6464

examples/image-classification/run_image_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def check_optimum_habana_min_version(*a, **b):
6464

6565
# Will error if the minimal version of Transformers and Optimum Habana are not installed. Remove at your own risks.
6666
check_min_version("4.55.0")
67-
check_optimum_habana_min_version("1.19.0.dev0")
67+
check_optimum_habana_min_version("1.20.0")
6868

6969
require_version("datasets>=4.0.0", "To fix: pip install -r examples/pytorch/image-classification/requirements.txt")
7070

examples/image-to-text/run_image2text_lora_finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def check_optimum_habana_min_version(*a, **b):
5555
logger = logging.getLogger(__name__)
5656

5757
# Will error if the minimal version of Optimum Habana is not installed. Remove at your own risks.
58-
check_optimum_habana_min_version("1.19.0")
58+
check_optimum_habana_min_version("1.20.0")
5959

6060

6161
def normalized_levenshtein(s1, s2):

examples/kubernetes/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG GAUDI_SW_VER=1.23.0
22
ARG OS=ubuntu22.04
33
ARG TORCH_VER=2.7.1
4-
ARG OPTIMUM_HABANA_VER=1.19.0
4+
ARG OPTIMUM_HABANA_VER=1.20.0
55

66
FROM vault.habana.ai/gaudi-docker/${GAUDI_SW_VER}/${OS}/habanalabs/pytorch-installer-${TORCH_VER}:latest AS optimum-habana
77

examples/kubernetes/README.md

Lines changed: 1 addition & 1 deletion

examples/kubernetes/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export OS=ubuntu22.04
4848
export TORCH_VER=2.7.1
4949
5050
# Specify the version of optimum-habana to install in the container
51-
export OPTIMUM_HABANA_VER=1.19.0
51+
export OPTIMUM_HABANA_VER=1.20.0
5252
5353
git clone https://github.com/huggingface/optimum-habana.git
5454

0 commit comments

Comments
 (0)