Skip to content

Commit 7473743

Browse files
authored
[New Version] Upgrade to 3.0 b1 (#8977)
1 parent 5f6998f commit 7473743

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Unified Checkpoint 大模型存储格式在模型参数分布上支持动态扩
137137
### pip 安装
138138

139139
```shell
140-
pip install --upgrade paddlenlp==3.0.0b0
140+
pip install --upgrade paddlenlp==3.0.0b1
141141
```
142142

143143
或者可通过以下命令安装最新 develop 分支代码:

paddlenlp/__init__.py

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

2121

22-
__version__ = "3.0.0b0.post"
22+
__version__ = "3.0.0b1.post"
2323
if os.getenv(PADDLENLP_STABLE_VERSION):
2424
__version__ = __version__.replace(".post", "")
2525
else:

setup.py

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

112112

113-
__version__ = "3.0.0b0.post"
113+
__version__ = "3.0.0b1.post"
114114
if os.getenv(PADDLENLP_STABLE_VERSION):
115115
__version__ = __version__.replace(".post", "")
116116
else:

0 commit comments

Comments
 (0)