File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Unified Checkpoint 大模型存储格式在模型参数分布上支持动态扩
137
137
### pip 安装
138
138
139
139
``` shell
140
- pip install --upgrade paddlenlp==3.0.0b0
140
+ pip install --upgrade paddlenlp==3.0.0b1
141
141
```
142
142
143
143
或者可通过以下命令安装最新 develop 分支代码:
Original file line number Diff line number Diff line change 19
19
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"
20
20
21
21
22
- __version__ = "3.0.0b0 .post"
22
+ __version__ = "3.0.0b1 .post"
23
23
if os .getenv (PADDLENLP_STABLE_VERSION ):
24
24
__version__ = __version__ .replace (".post" , "" )
25
25
else :
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def show():
110
110
f .write (content )
111
111
112
112
113
- __version__ = "3.0.0b0 .post"
113
+ __version__ = "3.0.0b1 .post"
114
114
if os .getenv (PADDLENLP_STABLE_VERSION ):
115
115
__version__ = __version__ .replace (".post" , "" )
116
116
else :
You can’t perform that action at this time.
0 commit comments