From 2fcf9b84c84ba676a966ec86f7ac70b36de4f446 Mon Sep 17 00:00:00 2001 From: revital Date: Mon, 10 Mar 2025 07:53:35 +0200 Subject: [PATCH] edit --- docs/clearml_agent/clearml_agent_fractional_gpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clearml_agent/clearml_agent_fractional_gpus.md b/docs/clearml_agent/clearml_agent_fractional_gpus.md index 79c4c2b1..5aa55ed1 100644 --- a/docs/clearml_agent/clearml_agent_fractional_gpus.md +++ b/docs/clearml_agent/clearml_agent_fractional_gpus.md @@ -232,7 +232,7 @@ ranging from 2 GB to 12 GB (see [clearml-fractional-gpu repository](https://gith This example runs the ClearML Ubuntu 22 with CUDA 12.3 container on GPU 0, which is limited to use up to 8GB of its memory. :::note - --pid=host is required to allow the driver to differentiate between the container's processes and other host processes when limiting memory usage + `--pid=host` is required to allow the driver to differentiate between the container's processes and other host processes when limiting memory usage ::: 1. Run the following command inside the container to verify that the fractional gpu memory limit is working correctly: ```bash