Skip to content

Commit 46e009a

Browse files
committed
add yolov8; remove llama
1 parent 5b53639 commit 46e009a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/showcase/showcase.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ slug: /showcase
1111
| Name | [Image](../tools/vis.mdx) | Elements | Note |
1212
|:------------------------:|----------------------------------------|-----------------------------------------------------------------------------------------------------------|------|
1313
| [resnet18] | ![](../assets/resnet18_gpu_decode.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[filter]<br />[torchpipe.utils.test] | |
14+
| [YoloV8-pipeline](https://github.com/torchpipe/torchpipe/tree/develop/examples/pipeline) | | | |
1415
| [yolox] | ![](../assets/yolox.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[torchpipe.utils.cpp_extension.load] | |
1516
| [PP-OCRv2] | ![](../assets/ppocr.svg) | [MapReduce](../Inter-node/graphtraversal.mdx#mapreduce)<br />[Jump] | |
1617
| [tensorrt's native int8] | | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor) | |
17-
| [Llama](https://github.com/torchpipe/LLM.TensorRT.Serve) | | | |
18+
1819

1920
[resnet18]: https://github.com/torchpipe/torchpipe/tree/main/examples/resnet18
2021
[yolox]: https://github.com/torchpipe/torchpipe/tree/main/examples/yolox

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ slug: /showcase
1212
| 名称 | [](../tools/vis.mdx) | 涉及元素 | 备注 |
1313
|:------------------------:|----------------------------------------|-----------------------------------------------------------------------------------------------------------|------|
1414
| [resnet18] | ![](../assets/resnet18_gpu_decode.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[filter]<br />[torchpipe.utils.test] | |
15+
| [YoloV8-pipeline](https://github.com/torchpipe/torchpipe/tree/develop/examples/pipeline) | | | |
1516
| [yolox] | ![](../assets/yolox.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[torchpipe.utils.cpp_extension.load] | |
1617
| [PP-OCRv2] | ![](../assets/ppocr.svg) | [MapReduce](../Inter-node/graphtraversal.mdx#mapreduce)<br />[Jump] | |
1718
| [TensorRT's native INT8] | | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor) | |
18-
| [Llama](https://github.com/torchpipe/LLM.TensorRT.Serve) | | | |
1919

2020
[resnet18]: https://github.com/torchpipe/torchpipe/tree/main/examples/resnet18
2121
[yolox]: https://github.com/torchpipe/torchpipe/tree/main/examples/yolox

0 commit comments

Comments
 (0)