From f53c36e1317f8fb95a277f72710ccbbceaaaf829 Mon Sep 17 00:00:00 2001 From: dan_the_3rd <43445237+danthe3rd@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:12:34 +0000 Subject: [PATCH] Bump version number ghstack-source-id: cbee757c36cf76835f0b3110e5a5b6fa9473b229 Pull Request resolved: https://github.com/fairinternal/xformers/pull/1153 __original_commit__ = fairinternal/xformers@79a1129c9dc21db3d186563a3fe454614a38c6c5 --- CHANGELOG.md | 11 +++++++++-- README.md | 4 ++-- version.txt | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141c475de2..5f7c2708e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.27] - TBD +## [0.0.28] - TBD +### Added +### Improved +### Removed + +## [0.0.27] - 2024-07-10 +Pre-built binary wheels require PyTorch 2.3.1 ### Added - fMHA: `PagedBlockDiagonalGappyKeysMask` - fMHA: heterogeneous queries in `triton_splitk` @@ -20,9 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Profiler: fix bug with modules that take a single tuple as argument - Profiler: Added manual trigger for a profiling step, by creating a `trigger` file in the profiling directory ### Removed -- Removed support for PyTorch version older than 2.2.0 +- Removed support for PyTorch version older than 2.2 ## [0.0.26] - 2024-04-29 +Pre-built binary wheels require PyTorch 2.3.0 ### Added - [2:4 sparsity] Added support for Straight-Through Estimator for `sparsify24` gradient (`GRADIENT_STE`) - [2:4 sparsity] `sparsify24_like` now supports the cuSparseLt backend, and the STE gradient diff --git a/README.md b/README.md index 2092c801cd..498fb15daa 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ xFormers is: ## Installing xFormers -* **(RECOMMENDED, linux) Install latest stable with conda**: Requires [PyTorch 2.3.0 installed with conda](https://pytorch.org/get-started/locally/) +* **(RECOMMENDED, linux) Install latest stable with conda**: Requires [PyTorch 2.3.1 installed with conda](https://pytorch.org/get-started/locally/) ```bash conda install xformers -c xformers ``` -* **(RECOMMENDED, linux & win) Install latest stable with pip**: Requires [PyTorch 2.3.0](https://pytorch.org/get-started/locally/) +* **(RECOMMENDED, linux & win) Install latest stable with pip**: Requires [PyTorch 2.3.1](https://pytorch.org/get-started/locally/) ```bash # cuda 11.8 version diff --git a/version.txt b/version.txt index 24ff85581f..1fe6958562 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.27 +0.0.28