Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/hardware_support/ipu_docs/train_example_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down