Skip to content

Commit 3ab998a

Browse files
davidLifgshaibi
andauthored
Apply suggestions from code review
Co-authored-by: Guy Shaibi <39763067+gshaibi@users.noreply.github.com> Signed-off-by: davidLif <davidshani12@gmail.com>
1 parent 7afef57 commit 3ab998a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/gpu-sharing/nv-fraction/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NvFractions GPU Sharing
22

3-
NvFractions is one of KAI Scheduler's operator-backed GPU-sharing mode. It uses CUDA
3+
NvFractions is one of KAI Scheduler's operator-backed GPU-sharing modes. It uses CUDA
44
memory limits to enforce a GPU-memory boundary for each fractional workload.
55
The `gpu-sharing` operator configures the runtime support for those limits and
66
reports when GPU nodes are ready to accept NvFractions workloads. KAI uses the
@@ -47,7 +47,7 @@ Ready-to-apply examples are available in the parent directory:
4747

4848
### Dynamic fraction - Allow a workload to grow when memory is available
4949

50-
nvFraction`request` and `limit` operate in a similar way to the standard k8s request and limit.
50+
NvFraction `request` and `limit` operate in a similar way to the standard k8s request and limit.
5151
Set a lower `request` and a higher `limit` when a workload has a known baseline
5252
but can make useful progress with spare GPU memory. The request is its
5353
guaranteed scheduling allocation; it may use memory up to its limit while that
@@ -80,9 +80,9 @@ shows the annotation in context.
8080

8181
![Time-slicing and SM-sharing](compute-mode.png)
8282

83-
Two pods requiring diffrent gpu compute mode cannot share the same device.
83+
Two pods requiring different gpu compute mode cannot share the same device.
8484
Because of this, KAI keeps workloads that use different compute-sharing modes
85-
in separatefractional GPU groups. A pod that requests `sm-sharing` is therefore not
85+
in separate fractional GPU groups. A pod that requests `sm-sharing` is therefore not
8686
placed with a `time-slicing` pod, and the reverse is also true.
8787

8888
### Choosing the right compute mode

0 commit comments

Comments
 (0)