Skip to content
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

Update README.md #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gcloud compute tpus tpu-vm ssh $TPU_NAME --zone=$ZONE

### Installing Pax

After ssh-ing the VM, you can install the paxml stable release from PyPI, or the dev version from github.
After ssh-ing the VM, you can install the paxml stable release from PyPI, or the dev version from GitHub.

For installing the stable release from PyPI (https://pypi.org/project/paxml/):

Expand All @@ -56,7 +56,7 @@ git clone -b rX.Y.Z https://github.com/google/paxml
pip install --no-deps -r paxml/paxml/pip_package/requirements.txt
```

For installing the dev version from github, and for the ease of editing code:
For installing the dev version from GitHub, and for the ease of editing code:

```bash
# install the dev version of praxis first
Expand Down