Skip to content

Commit

Permalink
Update branch version to 3.0.0b2 (#9220)
Browse files Browse the repository at this point in the history
* fix speed ppt eval hang

* update version
  • Loading branch information
gongel authored Sep 30, 2024
1 parent fbe5bc1 commit b4017a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# this version is used for develop and test.
# release version will be added fixed version by setup.py.
__version__ = "3.0.0b1.post"
__version__ = "3.0.0b2.post"
if os.getenv(PADDLENLP_STABLE_VERSION):
__version__ = __version__.replace(".post", "")
else:
Expand Down

0 comments on commit b4017a5

Please sign in to comment.