Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 9efa4e2

Browse files
author
Ryan Sepassi
committed
Fix T2T open-source distributed training
PiperOrigin-RevId: 161612632
1 parent 72f0874 commit 9efa4e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensor2tensor/bin/t2t-make-tf-configs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def main(_):
7575
"task": {
7676
"type": task_type,
7777
"index": idx
78-
}
78+
},
79+
"environment": "cloud",
7980
})
8081
print("'%s'\t%s" % (tf_config, cmd_line_flags))
8182

0 commit comments

Comments
 (0)