未验证 提交 36660d4c 编写于 作者: 王明冬 提交者: GitHub

[infrt] speed up the infrt ci. test=devvelop (#40032)

上级 4cab812e
......@@ -102,9 +102,11 @@ function infrt_gen_and_build() {
function create_fake_models() {
cd ${PADDLE_ROOT}/build
cd python/dist/
# create multi_fc model, this will generate "multi_fc_model"
python3 -m pip uninstall -y paddlepaddle
python3 -m pip install paddlepaddle
python3 -m pip install *whl
cd ${PADDLE_ROOT}/build
python3 ${PADDLE_ROOT}/tools/infrt/fake_models/multi_fc.py
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册