Skip to content

Commit 52a611c

Browse files
lukebaumannThe tunix Authors
authored andcommitted
Move ifrt based reshard out of experimental. Leaving intermediate resharding and sidechannel resharding in experimental.
PiperOrigin-RevId: 875850174
1 parent ea5a0e6 commit 52a611c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tunix/rl/reshard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def reshard_fn(
366366
)
367367

368368
# TODO(b/476149699): Migrate to new API once it's verified.
369-
return experimental_reshard._reshard_with_sidechannel(
369+
return experimental_reshard.reshard(
370370
x,
371371
sharding,
372372
donate=donate,

0 commit comments

Comments
 (0)