File tree Expand file tree Collapse file tree
gpustack_runtime/deployer Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments