Skip to content

Commit 7065d89

Browse files
chore: update
1 parent f6fff2b commit 7065d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxtext/checkpoint_conversion/examples/convert_gemma2_to_hf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "Starting verification for the converted gemma2-2b model..."
4343
echo "Creating local directory for HF checkpoints: ${LOCAL_HF_CHECKPOINT_DIR}"
4444
mkdir -p "${LOCAL_HF_CHECKPOINT_DIR}"
4545
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}/"
46+
gcloud storage cp -r "${HF_CHECKPOINT_GCS_PATH}/*" "${LOCAL_HF_CHECKPOINT_DIR}/"
4747
echo "Download complete."
4848

4949
python3 -m tests.utils.forward_pass_logit_checker \

0 commit comments

Comments
 (0)