Skip to content

Commit 366c45b

Browse files
authored
fix: Update base.yml path (GoogleCloudPlatform#1196)
This fixes the issue that the path of `base.yml` changed from `MaxText/configs/base.yml` to `maxtext/configs/base.yml`.
1 parent fb46ce6 commit 366c45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/orbax/util/test_config_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def generate_workload_command(
189189
command = (
190190
f"export TPU_PREMAPPED_BUFFER_SIZE={tpu_premmapped_size} && "
191191
f"export TPU_PREMAPPED_BUFFER_TRANSFER_THRESHOLD_BYTES={tpu_premmapped_size} && "
192-
"python3 -m MaxText.train MaxText/configs/base.yml "
192+
"python3 -m MaxText.train maxtext/configs/base.yml "
193193
"remat_policy=full "
194194
"global_parameter_scale=1 "
195195
f"base_output_directory={posixpath.join(self.base_dir, out_folder)} "

0 commit comments

Comments
 (0)