Compare commits

...
Author SHA1 Message Date
Mark MandelandGitHub 7307cbc04c Update model_garden_gemma_finetuning_on_vertex.ipynb
Set gsutil to use rsync rather than cp as if the notebook fails for any reason, this will allow the copy operation to pick up where it left off rather than restart from the beginning.
2024-08-02 13:10:44 -07:00
@@ -212,7 +212,7 @@
"\n",
" ! mkdir -p ./gemma\n",
" ! curl -X GET \"{signed_url}\" | tar -xzvf - -C ./gemma/\n",
" ! gsutil -m cp -R ./gemma/* {MODEL_BUCKET}\n",
" ! gsutil -m rsync -R ./gemma/* {MODEL_BUCKET}\n",
"\n",
" base_model_path_prefix = MODEL_BUCKET\n",
" HF_TOKEN = \"\"\n",