Skip to content

Commit 0cf55eb

Browse files
committed
typo fix
1 parent 6825b0d commit 0cf55eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
<p align="center">
4-
<h1 align="center">torchpipe</h1>
4+
<h1 align="center">Documentation for torchpipe</h1>
55
<h6 align="center">Serving Inside <a href="https://pytorch.org/">Pytorch</a> with Multiple Threads</h6>
66
</p>
77
<p align="center">

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ const config = {
192192
// label: "Nrwl",
193193
// },
194194
{
195-
href: "https://github.com/torchpipe/torchpipe.github.io",
196-
className: "header-github-link",
195+
href: "https://g.hz.netease.com/deploy/torchpipe/-/tree/develop",
196+
className: "header-gitlab-link",
197197
"aria-label": "Github repository",
198198
position: "right",
199199
title: "torchpipe on Github",

sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const sidebars = {
4444
link: {
4545
type: "generated-index",
4646
title: "Quick Start",
47-
description: "本章节在为刚接触 torchpipe 项目的用户提供Quick Start的方法。看完本教程后,新用户应该能够Quick Start使用 torchpipe 来优化加速模型部署方案。",
47+
description: "This section provides a comprehensive Quick Start guide for users who are new to the torchpipe project. By following this tutorial, users will be able to quickly and efficiently learn how to use torchpipe to optimize and accelerate their model deployment process, ultimately streamlining their workflow and enhancing their productivity.",
4848
slug: "/",
4949
},
5050
},

0 commit comments

Comments
 (0)