Skip to content

Commit 6f009cf

Browse files
committed
rerun ci
1 parent 99308b1 commit 6f009cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/framework/tests/test_nccl_init_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
gpu_count = core.get_cuda_device_count()
1212

1313
if gpu_count <= 1:
14-
exit(1)
14+
exit(0)
1515

1616
g_scope = core.Scope()
1717
g_ctx = core.DeviceContext.create(core.CPUPlace())

0 commit comments

Comments
 (0)