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
Currently the model conversion script will create a bucketexport MODEL_BUCKET=gs://${USER}-maxtext. However, it may be the case that the gs://${USER}-maxtext path already exists, which I imagine would break the script.
Solution: Be able to read in a few more arguments MODEL_BUCKET and BASE_OUTPUT_DIRECTORY. We should also delete references to DATASET_PATH.
The text was updated successfully, but these errors were encountered:
If the bucket exists, the script will continue and use the existing ones IIRC
Yes, but only if the current USER is the original creator/owner of bucket, right? A different user could have the same value for USER, which I think would break the workflow.
Currently the model conversion script will create a bucket
export MODEL_BUCKET=gs://${USER}-maxtext
. However, it may be the case that thegs://${USER}-maxtext
path already exists, which I imagine would break the script.Solution: Be able to read in a few more arguments
MODEL_BUCKET
andBASE_OUTPUT_DIRECTORY
. We should also delete references toDATASET_PATH
.The text was updated successfully, but these errors were encountered: