Skip to content

Update README to run sudo apt-get update and specify directories #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

helloleah
Copy link
Contributor

When running sudo apt install python3.10-venv in Step 2 on a fresh TPU, I got an error prompting me to run sudo apt-get update. Added a step to run sudo apt-get update first.

Also, the bash download.sh script in step 3 must be run from the ~/maxtext/llama directory, but if you follow the instructions, you'd be in the ~/maxtext directory. Added a step to change directories first.

Similarly, gsutil cp -r llama/llama-2-7b/* ${CHKPT_BUCKET} must be run from ~/maxtext. Added a step to change back to ~/maxtext first.

When running `sudo apt install python3.10-venv` in Step 2 on a fresh TPU, I got an error prompting me to run `sudo apt-get update`. Added a step to run `sudo apt-get update` first.

Also, the `bash download.sh` script in step 3 must be run from the ~/maxtext/llama directory, but if you follow the instructions, you'd be in the ~/maxtext directory. Added a step to change directories first.

Similarly, `gsutil cp -r llama/llama-2-7b/* ${CHKPT_BUCKET}` must be run from ~/maxtext. Added a step to change back to ~/maxtext first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant