Skip to content

Commit cd2075e

Browse files
committed
remove GCS info in base.yml
1 parent 3d669d3 commit cd2075e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaxText/configs/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ record_internal_nn_metrics: 0
257257

258258
# Output directory
259259
# Create a GCS bucket, e.g. my-maxtext-outputs and set this to "gs://my-maxtext-outputs/"
260-
base_output_directory: "gs://chengnuojin-maxtext-logs"
260+
base_output_directory: ""
261261

262262
# Whether to enable emergency checkpoint. If True, `local_checkpoint_directory` and a non-zero `local_checkpoint_period` must also be specified.
263263
# Emergency checkpoint is an experimental Orbax feature that: periodically saves to persistent storage and, with a larger invertal, saves to a local directory.
@@ -425,7 +425,7 @@ sft_train_on_completion_only: False
425425
# details in: https://github.com/google/maxtext/blob/main/getting_started/Data_Input_Pipeline.md
426426
dataset_type: tfds
427427
# for TFDS input pipeline (dataset_type=tfds)
428-
dataset_path: "gs://chengnuojin-maxtext-dataset" # your path given as argument in download_dataset.sh, e.g. "gs://my-maxtext-dataset/"
428+
dataset_path: "" # your path given as argument in download_dataset.sh, e.g. "gs://my-maxtext-dataset/"
429429
dataset_name: 'c4/en:3.0.1'
430430
eval_dataset_name: 'c4/en:3.0.1'
431431
train_split: 'train'

0 commit comments

Comments
 (0)