Skip to content

Commit 8087d97

Browse files
Typo, formatting and grammar tweaks (#240)
1 parent 42cf2b8 commit 8087d97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/gpu-sharing/mps/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ There are multiple ways to enable MPS in a Kubernetes cluster. This README focus
99
### Prerequisites
1010
To use GPU sharing, ensure the following requirements are met:
1111
* KAI Scheduler is installed and running in your cluster, with gpu-sharing feature enabled.
12-
2. MPS server is running on all GPU-enabled hosts (`nvidia-cuda-mps-control`), with the `CUDA_MPS_PIPE_DIRECTORY` environment variable set to `/tmp/nvidia-mps`.
12+
* MPS server is running on all GPU-enabled hosts (`nvidia-cuda-mps-control`), with the `CUDA_MPS_PIPE_DIRECTORY` environment variable set to `/tmp/nvidia-mps`.
1313

14-
### MPS Enabled PODs
14+
### MPS Enabled Pods
1515
To submit a pod that can share a GPU device and connect to the MPS server, run the following command:
1616
```
1717
kubectl apply -f gpu-sharing-with-mps.yaml
1818
```
1919

20-
In the gpu-sharing-with-mps.yaml file, the pod defines an MPS volume using a hostPath set to /tmp/nvidia-smp, which is mounted to the same path within the container.
20+
In the `gpu-sharing-with-mps.yaml` file, the Pod defines an MPS volume using a hostPath set to `/tmp/nvidia-mps`, which is mounted to the same path within the container.
2121

2222
### Configuring MPS
23-
If the MPS server on the host is configured with a custom `CUDA_MPS_PIPE_DIRECTORY` (e.g., `/other/path`), make sure the same path is mounted in the pod yaml.
23+
If the MPS server on the host is configured with a custom `CUDA_MPS_PIPE_DIRECTORY` (e.g., `/other/path`), make sure the same path is mounted in the Pod YAML.
2424

2525
For additional MPS-related environment variables, refer to the [NVIDIA MPS documentation](https://docs.nvidia.com/deploy/mps/index.html#environment-variables).
2626

0 commit comments

Comments
 (0)