Skip to content

Commit 9c76ca2

Browse files
committed
WIP
1 parent 3b6ef5a commit 9c76ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/multidevice/test_alphafold3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_triangle_updates(direction, multidevice_test):
165165
]:
166166
tv.set_device_mesh(mesh)
167167

168-
for tv in [z_in, mask]:
168+
for tv in [z_in_tv, mask_tv]:
169169
tv.outer_split(2, cp_size)
170170
tv.axis(2).parallelize(nvfuser.ParallelType.mesh_x)
171171
tv.outer_split(1, cp_size)

0 commit comments

Comments
 (0)