Skip to content

Commit 1a11d21

Browse files
fix ut
1 parent 7b66384 commit 1a11d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/collective/fleet/test_vpp_overlap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class TestPipelineParallel(TestMultipleAccelerators):
2323
def test_pipeline_parallel(self):
2424
self.run_mnist_2accelerators(
25-
'hybrid_vpp_overlap.py', selected_devices='0,1,2,3'
25+
'hybrid_vpp_overlap.py', selected_devices_str='0,1,2,3'
2626
)
2727

2828

0 commit comments

Comments
 (0)