-
Notifications
You must be signed in to change notification settings - Fork 674
[Serving]: add ipu support for serving. (#10) #470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Serving]: add ipu support for serving. (#10) #470
Conversation
* 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.
|
Note: 目前serving提供的example(ernie, yolo) 暂时不能支持IPU上运行。 因此仅在自己的分支上验证了resnet50 可正常运行。没有enable现有的serving example. |
serving/Dockerfile_ipu
Outdated
| ENV TAG=r21.10 | ||
| RUN git clone https://github.com/triton-inference-server/server.git -b $TAG && \ | ||
| cd server && \ | ||
| mkdir -p mybuild/tritonserver/install && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkdir -p build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here, will fix.
|
能打包一个可以运行的docker镜像上传到dockerhub吗? 我将它传到fastdeploy的仓库中,一般的用户直接pull镜像即可。 |
heliqi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
打包了一个镜像到自己的仓库里面: |
PR types(PR类型)
Serving
Describe
增加triton server对IPU的支持