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 0da8c5d commit 4749af3Copy full SHA for 4749af3
paddlenlp/__init__.py
@@ -18,7 +18,7 @@
18
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"
19
20
21
-__version__ = "2.7.1.post"
+__version__ = "2.8.0.post"
22
if os.getenv(PADDLENLP_STABLE_VERSION):
23
__version__ = __version__.replace(".post", "")
24
requirements.txt
@@ -23,3 +23,4 @@ safetensors
tool_helpers
aistudio-sdk>=0.1.3
25
jinja2
26
+regex
setup.py
@@ -109,7 +109,7 @@ def show():
109
f.write(content)
110
111
112
113
114
115
0 commit comments