We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fff2b commit 7065d89Copy full SHA for 7065d89
1 file changed
src/maxtext/checkpoint_conversion/examples/convert_gemma2_to_hf.sh
@@ -43,7 +43,7 @@ echo "Starting verification for the converted gemma2-2b model..."
43
echo "Creating local directory for HF checkpoints: ${LOCAL_HF_CHECKPOINT_DIR}"
44
mkdir -p "${LOCAL_HF_CHECKPOINT_DIR}"
45
echo "Downloading HF checkpoints from ${HF_CHECKPOINT_GCS_PATH} to ${LOCAL_HF_CHECKPOINT_DIR}..."
46
-gcloud storage cp --recursive "${HF_CHECKPOINT_GCS_PATH}/*" "${LOCAL_HF_CHECKPOINT_DIR}/"
+gcloud storage cp -r "${HF_CHECKPOINT_GCS_PATH}/*" "${LOCAL_HF_CHECKPOINT_DIR}/"
47
echo "Download complete."
48
49
python3 -m tests.utils.forward_pass_logit_checker \
0 commit comments