You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Non-Googlers please remember to point `DATASET_PATH` to the GCS bucket where you have your training data
28
28
export DATASET_PATH=gs://maxtext-dataset
29
29
# Non-Googlers please remember to point `BASE_OUTPUT_DIRECTORY` to a GCS bucket that you own, this bucket will store all the files generated by MaxText during a run
# We define `CONVERTED_CHECKPOINT` to refer to the checkpoint subdirectory. This way it is easier to use this path in the `train.py` and `decode.py` commands
# Non-Googlers please remember to point `DATASET_PATH` to the GCS bucket where you have your training data
30
30
export DATASET_PATH=gs://maxtext-dataset
31
31
# Non-Googlers please remember to point `BASE_OUTPUT_DIRECTORY` to a GCS bucket that you own, this bucket will store all the files generated by MaxText during a run
# We define `CONVERTED_CHECKPOINT` to refer to the checkpoint subdirectory. This way it is easier to use this path in the `train.py` and `decode.py` commands
# Non-Googlers please remember to point `DATASET_PATH` to the GCS bucket where you have your training data
32
32
export DATASET_PATH=gs://maxtext-dataset
33
33
# Non-Googlers please remember to point `BASE_OUTPUT_DIRECTORY` to a GCS bucket that you own, this bucket will store all the files generated by MaxText during a run
# We define `CONVERTED_CHECKPOINT` to refer to the checkpoint subdirectory. This way it is easier to use this path in the `train` and `decode` commands
0 commit comments