Skip to content

Commit

Permalink
Release: v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Sep 6, 2024
1 parent bcd73f8 commit 1266993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ The `--upgrade-strategy eager` option is needed to ensure `optimum-habana` is up
To use the example associated with the latest stable release, run:
> ```
> git clone https://github.com/huggingface/optimum-habana
> cd optimum-habana && git checkout v1.13.1
> cd optimum-habana && git checkout v1.13.2
> ```
> with `v1.13.1` the version number of this release.
> with `v1.13.2` the version number of this release.
### Option 2: Use the latest main branch under development
Expand Down
2 changes: 1 addition & 1 deletion optimum/habana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.13.1"
__version__ = "1.13.2"

0 comments on commit 1266993

Please sign in to comment.