Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 21, 2023
1 parent 2ce0f04 commit c0e4edd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions content/docs/inference_engine/onnxruntime/infer_optim.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
weight: 402
title: "ONNXRuntime"
title: "CPU推理优化"
description:
icon: menu_book
date: 2023-09-13
Expand All @@ -9,8 +9,6 @@ draft: false
images: []
---



#### 引言
- 平时推理用的最多是ONNXRuntime,推理引擎的合适调配对推理性能有着至关重要的影响。但是有关于ONNXRuntime参数设置的资料却散落在各个地方,不能形成有效的指导意见。
- 因此,决定在这一篇文章中来梳理一下相关的设置。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
weight: 403
title: "ONNXRuntime GPU版推理"
title: "GPU版推理"
description:
icon: menu_book
date: 2023-09-13
Expand Down
2 changes: 1 addition & 1 deletion content/docs/inference_engine/openvino/infer-gpu.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
weight: 7
title: "OpenVINO GPU推理"
title: "GPU推理"
description:
icon: menu_book
date: 2023-09-13
Expand Down
4 changes: 2 additions & 2 deletions content/docs/inference_engine/openvino/infer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
weight: 6
title: "OpenVINO推理"
title: "CPU推理"
description:
icon: menu_book
date: 2023-09-13
Expand All @@ -9,7 +9,7 @@ draft: false
images: []
---

- ⚠️ 基于目前`openvino==2022.3.0`版,存在申请内存不释放的问题,这也就意味着当推理图像很大时,推理完之后,内存会一直占用。详情可参见[issue11939](https://github.com/openvinotoolkit/openvino/issues/11939)
{{< alert context="info" text=" 基于目前`openvino==2022.3.0`版,存在申请内存不释放的问题,这也就意味着当推理图像很大时,推理完之后,内存会一直占用。详情可参见[issue11939](https://github.com/openvinotoolkit/openvino/issues/11939)"/>}}

### 安装
```bash {linenos=table}
Expand Down

0 comments on commit c0e4edd

Please sign in to comment.