Skip to content

Commit

Permalink
add yolov8; remove llama
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-nan committed Dec 13, 2023
1 parent 5b53639 commit 46e009a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/showcase/showcase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ slug: /showcase
| Name | [Image](../tools/vis.mdx) | Elements | Note |
|:------------------------:|----------------------------------------|-----------------------------------------------------------------------------------------------------------|------|
| [resnet18] | ![](../assets/resnet18_gpu_decode.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[filter]<br />[torchpipe.utils.test] | |
| [YoloV8-pipeline](https://github.com/torchpipe/torchpipe/tree/develop/examples/pipeline) | | | |
| [yolox] | ![](../assets/yolox.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[torchpipe.utils.cpp_extension.load] | |
| [PP-OCRv2] | ![](../assets/ppocr.svg) | [MapReduce](../Inter-node/graphtraversal.mdx#mapreduce)<br />[Jump] | |
| [tensorrt's native int8] | | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor) | |
| [Llama](https://github.com/torchpipe/LLM.TensorRT.Serve) | | | |


[resnet18]: https://github.com/torchpipe/torchpipe/tree/main/examples/resnet18
[yolox]: https://github.com/torchpipe/torchpipe/tree/main/examples/yolox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ slug: /showcase
| 名称 | [](../tools/vis.mdx) | 涉及元素 | 备注 |
|:------------------------:|----------------------------------------|-----------------------------------------------------------------------------------------------------------|------|
| [resnet18] | ![](../assets/resnet18_gpu_decode.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[filter]<br />[torchpipe.utils.test] | |
| [YoloV8-pipeline](https://github.com/torchpipe/torchpipe/tree/develop/examples/pipeline) | | | |
| [yolox] | ![](../assets/yolox.svg) | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor)<br />[torchpipe.utils.cpp_extension.load] | |
| [PP-OCRv2] | ![](../assets/ppocr.svg) | [MapReduce](../Inter-node/graphtraversal.mdx#mapreduce)<br />[Jump] | |
| [TensorRT's native INT8] | | [TensorrtTensor](../backend-reference/torch.mdx#tensorrttensor) | |
| [Llama](https://github.com/torchpipe/LLM.TensorRT.Serve) | | | |

[resnet18]: https://github.com/torchpipe/torchpipe/tree/main/examples/resnet18
[yolox]: https://github.com/torchpipe/torchpipe/tree/main/examples/yolox
Expand Down

0 comments on commit 46e009a

Please sign in to comment.