maxtext icon indicating copy to clipboard operation
maxtext copied to clipboard

Setup GCSFuse

Open khatwanimohit opened this issue 1 year ago • 0 comments

Tested on GKE with following command

mkdir -p dataset; gcsfuse --implicit-dirs ${DATASET_BUCKET} dataset; python3 MaxText/train.py MaxText/configs/base.yml base_output_directory=gs://mohitkhatwani-maxtext-logs/ dataset_path=dataset/

khatwanimohit avatar Sep 22 '23 21:09 khatwanimohit