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
2 changes: 1 addition & 1 deletion docs/installation/how-to-use-volcano-ascend.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Additional installation methods can be found in [the Volcano Quick Start Guide](
### Label the Node with ascend=on

```shell
kubectl label node {ascend-node} ascend=on
kubectl label node <ascend-node> ascend=on
```

### Deploy `hami-scheduler-device` config map
Expand Down
4 changes: 2 additions & 2 deletions docs/userguide/ascend-device/enable-ascend-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This mode implements a soft slicing mechanism based on `libvnpu.so` interception
## Prerequisites

- Huawei Ascend device type: 910B, 910A, 310P
- [Huawei Ascend docker runtime](https://gitcode.com/Huawei Ascend/mind-cluster/tree/master/component/ascend-docker-runtime)
- [Ascend docker runtime](https://gitcode.com/Ascend/mind-cluster/tree/master/component/ascend-docker-runtime)

**Additional requirements for Soft Slicing (hami-vnpu-core):**

Expand Down Expand Up @@ -82,7 +82,7 @@ devices:
### 1. Label the Node

```bash
kubectl label node {ascend-node} ascend=on
kubectl label node <ascend-node> ascend=on
```

### 2. Deploy RuntimeClass
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/vastai/enable-vastai-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HAMi now supports sharing `vastaitech.com/va` (Vastaitech) devices and provides
#### Label the Node

```bash
kubectl label node {vastai-node} vastai=on
kubectl label node <vastai-node> vastai=on
```

#### Deploy the `vastai-device-plugin`
Expand Down
Loading