未验证 提交 bfcecd99 编写于 作者: Y Yam 提交者: GitHub

fix url to download raw code (#5728)

上级 f6bef746
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"\n", "\n",
"```shell\n", "```shell\n",
"# 下载脚本文件(从gitee上更快)\n", "# 下载脚本文件(从gitee上更快)\n",
"wget https://gitee.com/paddlepaddle/PaddleNLP/blob/develop/model_zoo/ernie-m/run_classifier.py\n", "wget https://gitee.com/paddlepaddle/PaddleNLP/raw/develop/model_zoo/ernie-m/run_classifier.py\n",
"```\n", "```\n",
"\n", "\n",
"* 单卡训练\n", "* 单卡训练\n",
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3.7.13 ('model_center')", "display_name": "Python 3.10.8 ('base')",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
...@@ -151,12 +151,12 @@ ...@@ -151,12 +151,12 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.13" "version": "3.10.8"
}, },
"orig_nbformat": 4, "orig_nbformat": 4,
"vscode": { "vscode": {
"interpreter": { "interpreter": {
"hash": "de1ffcbce2b3061b5001e2c22f3a27594f323d4a49b789ebdbef6534581834bd" "hash": "2f394aca7ca06fed1e6064aef884364492d7cdda3614a461e02e6407fc40ba69"
} }
} }
}, },
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"\n", "\n",
"```shell\n", "```shell\n",
"# download from gitee\n", "# download from gitee\n",
"wget https://gitee.com/paddlepaddle/PaddleNLP/blob/develop/model_zoo/ernie-m/run_classifier.py\n", "wget https://gitee.com/paddlepaddle/PaddleNLP/raw/develop/model_zoo/ernie-m/run_classifier.py\n",
"```\n", "```\n",
"\n", "\n",
"* training with single gpu\n", "* training with single gpu\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册