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 a6968b7 commit adf9e6fCopy full SHA for adf9e6f
paddlenlp/__init__.py
@@ -18,7 +18,7 @@
18
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"
19
20
21
-__version__ = "2.6.1.post"
+__version__ = "2.7.0.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