Skip to content

Commit

Permalink
Fix optimum-tpu pip install instructions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz authored Apr 26, 2024
1 parent c7fe483 commit 5e5a1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ We currently support a few LLM models targeting text generation scenarios:

`optimum-tpu` comes with an handy PyPi released package compatible with your classical python dependency management tool.

`pip install optimum-tpu`
`pip install optimum-tpu -f https://storage.googleapis.com/libtpu-releases/index.html`

## Inference

Expand Down
2 changes: 1 addition & 1 deletion docs/source/howto/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ >
If you want to leverage PyTorch/XLA through Optimum-TPU, it should be as simple as

```bash
$ python3 -m pip install optimum-tpu
$ python3 -m pip install optimum-tpu -f https://storage.googleapis.com/libtpu-releases/index.html
$ export PJRT_DEVICE=TPU
```

Expand Down

0 comments on commit 5e5a1d7

Please sign in to comment.