Skip to content

Commit f716b5d

Browse files
committed
update
Signed-off-by: limengxuan <mengxuan.li@dynamia.ai>
1 parent fdb03cf commit f716b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ int parse_cuda_visible_env() {
193193
for (int i = 0; i < CUDA_DEVICE_MAX_COUNT; i++) {
194194
LOG_INFO("device %d -> %d",i,cuda_to_nvml_map(i));
195195
}
196-
LOG_INFO("get default cuda from %s",getenv("CUDA_VISIBLE_DEVICES"));
196+
LOG_INFO("get default cuda from %s", getenv("CUDA_VISIBLE_DEVICES"));
197197
return count;
198198
}
199199

0 commit comments

Comments
 (0)