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
The llama_or_mistral_ckpt.py requires --base-model-path to be in local file system, whereas the --maxtext-model-path is GCS.
It would be good to change the implmentation to use fsspec or tf GFile or some universal file reader that can read file from gcs and local filepath.
The text was updated successfully, but these errors were encountered:
The llama_or_mistral_ckpt.py requires --base-model-path to be in local file system, whereas the --maxtext-model-path is GCS.
It would be good to change the implmentation to use fsspec or tf GFile or some universal file reader that can read file from gcs and local filepath.
The text was updated successfully, but these errors were encountered: