Skip to content

Commit 329e6fb

Browse files
committed
ppl.cv
1 parent bc871e3 commit 329e6fb

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"> -->

docs/backend-reference/ppl.cv.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
id: ppl.cv
3-
title: ppl.cv-related Backends
2+
id: Ppl.cv
3+
title: Ppl.cv-related Backends
44
type: reference
55
displayed_sidebar: api
66

i18n/zh/docusaurus-plugin-content-docs/current/backend-reference/ppl.cv.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
id: ppl.cv
3-
title: ppl.cv相关后端
2+
id: Ppl.cv
3+
title: Ppl.cv相关后端
44
type: reference
55
displayed_sidebar: api
66

77
---
88

9-
# ppl.cv相关后端
9+
# Ppl.cv相关后端
1010

1111
需要编译时启动[相关选项](../installation.mdx#compilation-options)
1212

sidebars.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

src/components/face-page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)