Skip to content

Commit

Permalink
Merge pull request #12 from helloleah/patch-1
Browse files Browse the repository at this point in the history
Update gsutil command in README
  • Loading branch information
gangji authored Dec 10, 2024
2 parents cee64fd + c1f3670 commit 7b74252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/trillium/JetStream-Maxtext/Llama2-7B/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bash download.sh # When prompted, choose 7B. This should create a directory llam
export CHKPT_BUCKET=gs://...
export MAXTEXT_BUCKET_SCANNED=gs://...
export MAXTEXT_BUCKET_UNSCANNED=gs://...
gsutil cp -r llama/llama-2-7b ${CHKPT_BUCKET}
gsutil cp -r llama/llama-2-7b/* ${CHKPT_BUCKET}


# Checkpoint conversion
Expand Down

0 comments on commit 7b74252

Please sign in to comment.