Skip to content

Commit

Permalink
release 0.0.9 (facebookresearch#215)
Browse files Browse the repository at this point in the history
* release 0.0.9

* add to changelog

Co-authored-by: Diana Liskovich <dianaml@devfair0471.h2.fair>
  • Loading branch information
dianaml0 and Diana Liskovich authored Feb 9, 2022
1 parent 1ee62f3 commit 4c888f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ 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).

## TBD
## [0.0.9] - 2022-02-09
### Added
- Compositional Attention [#41]
- Experimental Ragged attention [#189]
- Mixture of Experts [#181]
- BlockSparseTensor [#202]
- nd-tensor support for triton softmax [#210]

### Fixed
- bugfix Favor, single feature map [#183]
- sanity check blocksparse settings [#207]
- fixed some pickability [#204]

### Added
- Mixture of Experts [#181]

## [0.0.8] - 2022-01-07
### Fixed
- Much faster fused dropout [#164]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
author = "Facebook AI Research"

# The full version, including alpha/beta/rc tags
release = "0.0.8"
release = "0.0.9"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion xformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import torch

# Please update the doc version in docs/source/conf.py as well.
__version__ = "0.0.8"
__version__ = "0.0.9"

_is_sparse_available = True
_is_triton_available = torch.cuda.is_available()
Expand Down

0 comments on commit 4c888f2

Please sign in to comment.