Skip to content

Commit ba40e9e

Browse files
committed
chore: comment
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent 3d15579 commit ba40e9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gpustack_runtime/deployer/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ def _create_containers(
10121012
else:
10131013
logger.warning(
10141014
"Delegated CDI configuration by other tools for '%s', "
1015-
"e.g. NVIDIA Container Toolkit Manual CDI Specification Generation, "
1015+
"e.g. for NVIDIA devices, please follow NVIDIA Container Toolkit Manual CDI Specification Generation to generate the CDI configuration, "
10161016
"see https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/cdi-support.html#manual-cdi-specification-generation",
10171017
manu,
10181018
)

gpustack_runtime/deployer/k8s/deviceplugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def serve_async(
104104
else:
105105
logger.warning(
106106
"Delegated CDI configuration by other tools for '%s', "
107-
"e.g. NVIDIA Container Toolkit Manual CDI Specification Generation, "
107+
"e.g. for NVIDIA devices, please follow NVIDIA Container Toolkit Manual CDI Specification Generation to generate the CDI configuration, "
108108
"see https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/cdi-support.html#manual-cdi-specification-generation",
109109
manu,
110110
)

gpustack_runtime/deployer/podman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ def _create_containers(
10091009
else:
10101010
logger.warning(
10111011
"Delegated CDI configuration by other tools for '%s', "
1012-
"e.g. NVIDIA Container Toolkit Manual CDI Specification Generation, "
1012+
"e.g. for NVIDIA devices, please follow NVIDIA Container Toolkit Manual CDI Specification Generation to generate the CDI configuration, "
10131013
"see https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/cdi-support.html#manual-cdi-specification-generation",
10141014
manu,
10151015
)

0 commit comments

Comments
 (0)