We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b027c8 commit db99efdCopy full SHA for db99efd
paddlenlp/__init__.py
@@ -18,7 +18,7 @@
18
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"
19
20
21
-__version__ = "2.8.0.post"
+__version__ = "2.8.1.post"
22
if os.getenv(PADDLENLP_STABLE_VERSION):
23
__version__ = __version__.replace(".post", "")
24
setup.py
@@ -109,7 +109,7 @@ def show():
109
f.write(content)
110
111
112
113
114
115
0 commit comments