Skip to content

Commit

Permalink
Clarify instructions and fix small spelling error in README (#7975)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Teo <simonteo@google.com>
  • Loading branch information
simonteozw and Simon Teo committed Sep 10, 2024
1 parent 6373320 commit e3f6e9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions experimental/torch_xla2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ the instructions below from scratch (fresh venv / conda environment.)
The following instructions assume you are in the `torch_xla2` directory:

```
$ git clone https://github.com/pytorch/xla.git
Fork the repository
$ git clone https://github.com/<github_username>/xla.git
$ cd xla/experimental/torch_xla2
```

Expand Down Expand Up @@ -119,7 +120,7 @@ import torch_xla2

env = torch_xla2.default_env()
```
Then, execute the instiation of the model, as well as evaluation of model,
Then, execute the instantiation of the model, as well as evaluation of model,
using `env` as a context manager:

```python
Expand Down

0 comments on commit e3f6e9e

Please sign in to comment.