Skip to content

Commit 27b877b

Browse files
author
tp-nan
committed
update code path
1 parent 324855d commit 27b877b

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

docs/backend-reference/torch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For quantizing onnx models using tensorrt, the following parameters are availabl
138138

139139

140140

141-
See [example](https://github.com/torchpipe/torchpipe/-/tree/master/examples/int8).
141+
See [example](https://github.com/torchpipe/torchpipe/tree/main/examples/int8).
142142

143143

144144
### Forward Computation

docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The easiest way is to choose NGC mirror for source code compilation (official mi
3232
First, clone the code:
3333

3434
```bash
35-
git clone -b master ssh://git@g.hz.netease.com:22222/deploy/torchpipe.git
35+
git clone https://github.com/torchpipe/torchpipe.git
3636
# git clone -b master https://github.com/torchpipe/torchpipe.git
3737
cd torchpipe/ && git submodule update --init --recursive
3838
```

docs/showcase/showcase.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ slug: /showcase
1515
| [PP-OCRv2] | ![](../assets/ppocr.svg) | [MapReduce](../Inter-node/graphtraversal.mdx#mapreduce)<br />[Jump] | |
1616
| [tensorrt's native int8] | | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor) | |
1717

18-
[resnet18]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/resnet18
19-
[yolox]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/yolox
20-
[PP-OCRv2]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/ppocr
21-
[TensorRT's native INT8]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/int8
18+
[resnet18]: https://github.com/torchpipe/torchpipe/tree/main/examples/resnet18
19+
[yolox]: https://github.com/torchpipe/torchpipe/tree/main/examples/yolox
20+
[PP-OCRv2]: https://github.com/torchpipe/torchpipe/tree/main/examples/ppocr
21+
[TensorRT's native INT8]: https://github.com/torchpipe/torchpipe/tree/main/examples/int8
2222

2323
[torchpipe.utils.cpp_extension.load]: ../python/compile.mdx
2424
[filter]: ../Inter-node/filter.mdx

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ tensorrt推理引擎
140140

141141

142142

143-
参见[示例](https://github.com/torchpipe/torchpipe/-/tree/master/examples/int8).
143+
参见[示例](https://github.com/torchpipe/torchpipe/tree/main/examples/int8).
144144

145145

146146
### 前向计算

i18n/zh/docusaurus-plugin-content-docs/current/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type: explainer
3131
首先,克隆代码:
3232

3333
```bash
34-
git clone -b master ssh://git@g.hz.netease.com:22222/deploy/torchpipe.git
34+
git clone https://github.com/torchpipe/torchpipe.git
3535
# git clone -b master https://github.com/torchpipe/torchpipe.git
3636
cd torchpipe/ && git submodule update --init --recursive
3737
```

i18n/zh/docusaurus-plugin-content-docs/current/showcase/showcase.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ slug: /showcase
1616
| [PP-OCRv2] | ![](../assets/ppocr.svg) | [MapReduce](../Inter-node/graphtraversal.mdx#mapreduce)<br />[Jump] | |
1717
| [TensorRT's native INT8] | | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor) | |
1818

19-
[resnet18]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/resnet18
20-
[yolox]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/yolox
21-
[PP-OCRv2]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/ppocr
22-
[TensorRT's native INT8]: https://github.com/torchpipe/torchpipe/-/tree/master/examples/int8
19+
[resnet18]: https://github.com/torchpipe/torchpipe/tree/main/examples/resnet18
20+
[yolox]: https://github.com/torchpipe/torchpipe/tree/main/examples/yolox
21+
[PP-OCRv2]: https://github.com/torchpipe/torchpipe/tree/main/examples/ppocr
22+
[TensorRT's native INT8]: https://github.com/torchpipe/torchpipe/tree/main/examples/int8
2323

2424
<!-- 通用链接: -->
2525
[torchpipe.utils.cpp_extension.load]: ../python/compile.mdx

src/components/face-page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function FacePage(): JSX.Element {
5656
<div className="row">
5757
<div className="col col--12 margin-vert--xl">
5858
<a
59-
href="https://github.com/torchpipe/torchpipe/-/tree/master"
59+
href="https://github.com/torchpipe/torchpipe/tree/main"
6060
target="_blank"
6161
rel="noreferrer"
6262
className={styles.callout}
@@ -160,7 +160,7 @@ export default function FacePage(): JSX.Element {
160160
// <div className="row">
161161
// <div className="col col--8 margin-vert--xl">
162162
// <a
163-
// href="https://github.com/torchpipe/torchpipe/-/tree/master"
163+
// href="https://github.com/torchpipe/torchpipe/tree/main"
164164
// target="_blank"
165165
// rel="noreferrer"
166166
// className={styles.callout}

src/data/members.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const members: Member[] = [
1111
name: 'resnet18',
1212
avatar: '',
1313
description: '解码+resnet18',
14-
Url: 'https://github.com/torchpipe/torchpipe/-/tree/master/examples/resnet18',
14+
Url: 'https://github.com/torchpipe/torchpipe/tree/main/examples/resnet18',
1515
blogUrl: '',
1616
},
1717
]

0 commit comments

Comments
 (0)