Skip to content

Commit af33664

Browse files
committed
Updated hami docs gpu-sharing install reference
1 parent 04a5aba commit af33664

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

docs/gpu-sharing/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,17 @@ This mode keeps the legacy GPU-sharing behavior. It creates reservation pods in
4747

4848
### Install with HAMi-core enforcement
4949

50-
Use `HamiCore` when workloads should continue to use the legacy `gpu-fraction` and `gpu-memory` annotations, but GPU memory limits should be enforced by HAMi-core:
50+
Use `HamiCore` when workloads should continue to use the `gpu-fraction` and `gpu-memory` annotations, but GPU memory limits are be enforced by HAMi-core
5151

5252
```bash
5353
helm upgrade -i kai-scheduler oci://ghcr.io/kai-scheduler/kai-scheduler/kai-scheduler \
5454
-n kai-scheduler --create-namespace \
5555
--set global.gpuSharingMode=HamiCore
5656
```
5757

58-
Then install `kai-resource-isolator`:
58+
Then install [`kai-resource-isolator`](hami/README.md#installation).
5959

60-
```bash
61-
helm install kai-resource-isolator oci://docker.io/projecthami/kai-resource-isolator \
62-
--namespace kai-resource-isolator --create-namespace \
63-
--version 1.0.0-chart
64-
```
65-
66-
See [HAMi Resource Isolation](hami/README.md) for details and opt-out annotations.
60+
See [HAMi Resource Isolation](hami/README.md) for more details.
6761

6862
### Install with NvFractions
6963

0 commit comments

Comments
 (0)