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 fbe5bc1 commit b4017a5Copy full SHA for b4017a5
paddlenlp/__init__.py
@@ -20,7 +20,7 @@
20
21
# this version is used for develop and test.
22
# release version will be added fixed version by setup.py.
23
-__version__ = "3.0.0b1.post"
+__version__ = "3.0.0b2.post"
24
if os.getenv(PADDLENLP_STABLE_VERSION):
25
__version__ = __version__.replace(".post", "")
26
else:
0 commit comments