Skip to content

Commit 4749af3

Browse files
authored
Upgrade paddlenlp to 2.8.0 (#8266)
* Upgrade paddlenlp to 2.8.0 * fix try import * Add regex to requirements.txt
1 parent 0da8c5d commit 4749af3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

paddlenlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"
1919

2020

21-
__version__ = "2.7.1.post"
21+
__version__ = "2.8.0.post"
2222
if os.getenv(PADDLENLP_STABLE_VERSION):
2323
__version__ = __version__.replace(".post", "")
2424

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ safetensors
2323
tool_helpers
2424
aistudio-sdk>=0.1.3
2525
jinja2
26+
regex

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def show():
109109
f.write(content)
110110

111111

112-
__version__ = "2.7.1.post"
112+
__version__ = "2.8.0.post"
113113
if os.getenv(PADDLENLP_STABLE_VERSION):
114114
__version__ = __version__.replace(".post", "")
115115

0 commit comments

Comments
 (0)