未验证 提交 583eea37 编写于 作者: D dingjiaweiww 提交者: GitHub

change version from dev to 2.0Beta (#899)

* change version from dev to 2.0Beta

* change version
上级 bf87006a
...@@ -14,19 +14,19 @@ ...@@ -14,19 +14,19 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"## 环境\n", "## 环境\n",
"本教程基于paddle-develop编写,如果您的环境不是本版本,请先安装paddle-develop版本。" "本教程基于paddle-2.0Beta编写,如果您的环境不是此版本,请先安装paddle-2.0Beta版本,使用命令:pip3 install paddlepaddle==2.0Beta。"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"0.0.0\n" "2.0.0-beta0\n"
] ]
} }
], ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册