Skip to content

Conversation

@czr-gc
Copy link
Contributor

@czr-gc czr-gc commented Nov 1, 2022

PR types(PR类型)

Serving

Describe

增加triton server对IPU的支持

  • IPU docker file
  • IPU build scripts and doc

* feat(ipu): add ipu docker for serving.

* feat(ipu): enable ipu docker in serving.

* fix(): fix typo and issues in IPU.

* remove unused env path.

* doc(ipu): add ipu docker build doc and fix typo.

* fix(): clean apt cache in docker.
@czr-gc
Copy link
Contributor Author

czr-gc commented Nov 1, 2022

Note: 目前serving提供的example(ernie, yolo) 暂时不能支持IPU上运行。

因此仅在自己的分支上验证了resnet50 可正常运行。没有enable现有的serving example.

@jiangjiajun jiangjiajun requested a review from heliqi November 1, 2022 04:32
ENV TAG=r21.10
RUN git clone https://github.com/triton-inference-server/server.git -b $TAG && \
cd server && \
mkdir -p mybuild/tritonserver/install && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mkdir -p build?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here, will fix.

@heliqi
Copy link
Collaborator

heliqi commented Nov 1, 2022

能打包一个可以运行的docker镜像上传到dockerhub吗? 我将它传到fastdeploy的仓库中,一般的用户直接pull镜像即可。

Copy link
Collaborator

@heliqi heliqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@czr-gc
Copy link
Contributor Author

czr-gc commented Nov 1, 2022

能打包一个可以运行的docker镜像上传到dockerhub吗? 我将它传到fastdeploy的仓库中,一般的用户直接pull镜像即可。

打包了一个镜像到自己的仓库里面:

docker pull zhaoruic/fastdeploy-ipu:0.3.0-ipu-only-21.10

@jiangjiajun jiangjiajun merged commit da84da7 into PaddlePaddle:develop Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants