File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ The `--upgrade-strategy eager` option is needed to ensure `optimum-habana` is up
6565To use the example associated with the latest stable release, run:
6666``` bash
6767git 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
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ docker run -itd \
6565## Optimum for Intel Gaudi Setup
6666
6767Check 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
6969version 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
7373pip install ./optimum-habana
7474```
7575
You can’t perform that action at this time.
0 commit comments