Commit 5ea376e 1 parent bd9b45e commit 5ea376e Copy full SHA for 5ea376e
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed 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.3 "
38
+ release = "0.0.4 "
39
39
40
40
41
41
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 6
6
import logging
7
7
8
8
# Please update the doc version in docs/source/conf.py as well.
9
- __version__ = "0.0.3 "
9
+ __version__ = "0.0.4 "
10
10
11
11
_is_sparse_available = True
12
12
@@ -58,8 +58,8 @@ def _register_extensions():
58
58
_register_extensions ()
59
59
except (ImportError , OSError ) as e :
60
60
print (e )
61
- logging .error (
62
- f"ERROR : { e } \n Need to compile C++ extensions to get sparse attention suport."
63
- + "Please run python setup.py build develop"
61
+ logging .warning (
62
+ f"WARNING : { e } \n Need to compile C++ extensions to get sparse attention suport."
63
+ + " Please run python setup.py build develop"
64
64
)
65
65
_is_sparse_available = False
You can’t perform that action at this time.
0 commit comments