Skip to content

Commit 1fa23f5

Browse files
committed
Bump version in README
1 parent 32da831 commit 1fa23f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ The `--upgrade-strategy eager` option is needed to ensure `optimum-habana` is up
6565
To use the example associated with the latest stable release, run:
6666
```bash
6767
git clone https://github.com/huggingface/optimum-habana
68-
cd optimum-habana && git checkout v1.19.0
68+
cd optimum-habana && git checkout v1.19.1
6969
```
70-
with `v1.19.0` being the latest Optimum for Intel Gaudi release version.
70+
with `v1.19.1` being the latest Optimum for Intel Gaudi release version.
7171

7272
### Option 2: Use the latest main branch under development
7373

docs/source/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ docker run -itd \
6565
## Optimum for Intel Gaudi Setup
6666

6767
Check latest release of Optimum for Intel Gaudi [here](https://github.com/huggingface/optimum-habana/releases).
68-
At the time of writing this guide, latest Optimum for Intel Gaudi release version was v1.19.0, which is paired with Intel Gaudi Software release
68+
At the time of writing this guide, latest Optimum for Intel Gaudi release version was v1.19.1, which is paired with Intel Gaudi Software release
6969
version 1.22.0. Install Optimum for Intel Gaudi as follows:
7070

7171
```bash
72-
git clone -b v1.19.0 https://github.com/huggingface/optimum-habana
72+
git clone -b v1.19.1 https://github.com/huggingface/optimum-habana
7373
pip install ./optimum-habana
7474
```
7575

0 commit comments

Comments
 (0)