File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
i18n/zh/docusaurus-plugin-content-docs/current/backend-reference Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
33<p align =" center " >
44<h1 align =" center " >Documentation for torchpipe</h1 >
5- <h6 align =" center " >Accelerated < a href = " https://pytorch.org/ " >Pytorch</ a > Serving with Multithreading </h6 >
5+ <h6 align =" center " >Ensemble Pipeline Serving with Pytorch Frontend </h6 >
66</p >
77<p align =" center " >
88<!-- <img alt="license" src="https://img.shields.io/github/license/alibaba/async_simple?style=flat-square"> -->
Original file line number Diff line number Diff line change 11---
2- id : ppl .cv
3- title : ppl .cv-related Backends
2+ id : Ppl .cv
3+ title : Ppl .cv-related Backends
44type : reference
55displayed_sidebar : api
66
Original file line number Diff line number Diff line change 11---
2- id : ppl .cv
3- title : ppl .cv相关后端
2+ id : Ppl .cv
3+ title : Ppl .cv相关后端
44type : reference
55displayed_sidebar : api
66
77---
88
9- # ppl .cv相关后端
9+ # Ppl .cv相关后端
1010
1111需要编译时启动[ 相关选项] ( ../installation.mdx#compilation-options )
1212
Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ const sidebars = {
163163 label : "Backend API Reference" ,
164164 items : [ "backend-reference/basic" ,
165165 "backend-reference/opencv" ,
166- "backend-reference/torch" ,
167- "backend-reference/log" ,
168- "backend-reference/ppl.cv " ] ,
166+ "backend-reference/torch" ,
167+ "backend-reference/Ppl.cv" ,
168+ "backend-reference/log " ] ,
169169 } ,
170170
171171 "Intra-node/schedule" ,
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ export default function FacePage(): JSX.Element {
6666 < ChevronRightIcon className = { styles . callout__icon } aria-hidden = "true" />
6767 </ a >
6868 < h2 className = { styles . slogan } >
69- < span style = { { marginBottom : '10px' } } > < Translate id = "home.tagline0" > Accelerated Pytorch </ Translate > </ span >
70- < span className = { styles . slogan__highlight } > < Translate id = "home.tagline1" > Serving with Multithreading </ Translate > </ span >
69+ < span style = { { marginBottom : '10px' } } > < Translate id = "home.tagline0" > Ensemble Pipeline Serving </ Translate > </ span >
70+ < span className = { styles . slogan__highlight } > < Translate id = "home.tagline1" > with Pytorch Frontend </ Translate > </ span >
7171 </ h2 >
7272 < p className = { styles . description } >
7373 < Translate id = "siteConfig.tagline" > { siteConfig . tagline } </ Translate >
You can’t perform that action at this time.
0 commit comments