Commit b0526ee 1 parent 861493c commit b0526ee Copy full SHA for b0526ee
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## TBD
7
+ ## [ 0.0.7 ] - 2021-11-30
8
8
### Fixed
9
9
- Dropout setting not properly passed in many attentions [ #123 ]
10
10
Original file line number Diff line number Diff line change 35
35
author = "Facebook AI Research"
36
36
37
37
# The full version, including alpha/beta/rc tags
38
- release = "0.0.6 "
38
+ release = "0.0.7 "
39
39
40
40
41
41
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 8
8
import torch
9
9
10
10
# Please update the doc version in docs/source/conf.py as well.
11
- __version__ = "0.0.6 "
11
+ __version__ = "0.0.7 "
12
12
13
13
_is_sparse_available = True
14
14
_is_triton_available = torch .cuda .is_available ()
You can’t perform that action at this time.
0 commit comments