Skip to content

Commit f8d5164

Browse files
committed
Edit
1 parent 7b3bb33 commit f8d5164

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/webapp/applications/apps_embed_model_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ values from the file, which can be modified before launching the app instance
9595
Deployment app instance task will be enqueued. Make sure an agent is assigned to that queue.
9696

9797
:::tip Multi-GPU inference
98-
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) requests multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
98+
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) defines multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
9999
for an example configuration of a queue that allocates multiple GPUs and shared memory.
100100
:::
101101

docs/webapp/applications/apps_llama_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ values from the file, which can be modified before launching the app instance
9191
llama.cpp Model Deployment app instance task will be enqueued. Make sure an agent is assigned to that queue.
9292

9393
:::tip Multi-GPU inference
94-
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) requests multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
94+
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) defines multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
9595
for an example configuration of a queue that allocates multiple GPUs and shared memory.
9696
:::
9797

docs/webapp/applications/apps_model_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ values from the file, which can be modified before launching the app instance
9494
instance task will be enqueued. Make sure an agent is assigned to that queue.
9595

9696
:::tip Multi-GPU inference
97-
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) requests multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
97+
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) defines multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
9898
for an example configuration of a queue that allocates multiple GPUs and shared memory.
9999
:::
100100

docs/webapp/applications/apps_sglang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ values from the file, which can be modified before launching the app instance
9393
instance task will be enqueued. Make sure an agent is assigned to that queue.
9494

9595
:::tip Multi-GPU inference
96-
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) requests multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
96+
To run multi-GPU inference, ensure the queue's pod specification (from the base template and/or `templateOverrides`) defines multiple GPUs. See [GPU Queues with Shared Memory](../../clearml_agent/clearml_agent_custom_workload.md#example-gpu-queues-with-shared-memory)
9797
for an example configuration of a queue that allocates multiple GPUs and shared memory.
9898
:::
9999

0 commit comments

Comments
 (0)