Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developers/hami-vnpu-core-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl SchedulerClient {

The Limiter binary and `libvnpu.so` are placed at a fixed host path so they can be mounted into containers:

```
```text
/usr/local/hami-vnpu-core/
├── limiter
├── libvnpu.so
Expand All @@ -125,7 +125,7 @@ The Limiter binary and `libvnpu.so` are placed at a fixed host path so they can

`ld.so.preload` content:

```
```plaintext
/hami-vnpu-core/target/debug/libvnpu.so
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl SchedulerClient {

Limiter 二进制文件和 `libvnpu.so` 放置在固定的宿主机路径上,以便挂载到容器中:

```
```text
/usr/local/hami-vnpu-core/
├── limiter
├── libvnpu.so
Expand All @@ -126,7 +126,7 @@ Limiter 二进制文件和 `libvnpu.so` 放置在固定的宿主机路径上,

`ld.so.preload` 内容:

```
```plaintext
/hami-vnpu-core/target/debug/libvnpu.so
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl SchedulerClient {

Limiter 二进制文件和 `libvnpu.so` 放置在固定的宿主机路径上,以便挂载到容器中:

```
```text
/usr/local/hami-vnpu-core/
├── limiter
├── libvnpu.so
Expand All @@ -126,7 +126,7 @@ Limiter 二进制文件和 `libvnpu.so` 放置在固定的宿主机路径上,

`ld.so.preload` 内容:

```
```plaintext
/hami-vnpu-core/target/debug/libvnpu.so
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl SchedulerClient {

The Limiter binary and `libvnpu.so` are placed at a fixed host path so they can be mounted into containers:

```
```text
/usr/local/hami-vnpu-core/
├── limiter
├── libvnpu.so
Expand All @@ -125,7 +125,7 @@ The Limiter binary and `libvnpu.so` are placed at a fixed host path so they can

`ld.so.preload` content:

```
```plaintext
/hami-vnpu-core/target/debug/libvnpu.so
```

Expand Down