From 4c8954280d8394062b3961eea07f4f38e83abbf3 Mon Sep 17 00:00:00 2001 From: Allen Guo Date: Tue, 12 Jul 2022 17:47:27 +0800 Subject: [PATCH] update link (#5056) --- docs/guides/hardware_support/ipu_docs/train_example_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/hardware_support/ipu_docs/train_example_cn.md b/docs/guides/hardware_support/ipu_docs/train_example_cn.md index bd402e2f660..06e9e079b26 100644 --- a/docs/guides/hardware_support/ipu_docs/train_example_cn.md +++ b/docs/guides/hardware_support/ipu_docs/train_example_cn.md @@ -4,14 +4,14 @@ 示例将默认用户已安装飞桨框架IPU版,并且已经配置运行时需要的环境(建议在Docker环境中使用飞桨框架IPU版)。 -示例代码位于 [Paddle-BERT with Graphcore IPUs](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/language_model/bert/static_ipu) +示例代码位于 [Paddle-BERT with Graphcore IPUs](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/bert/static_ipu) **第一步**:下载源码并安装依赖 ``` # 下载源码 git clone https://github.com/PaddlePaddle/PaddleNLP.git -cd paddlenlp/examples/language_model/bert/static_ipu +cd model_zoo/bert/static_ipu/ # 安装依赖 pip install -r requirements.txt