Skip to content

Commit

Permalink
fix(docs): fix broken index page
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Jan 20, 2025
1 parent a338ce7 commit c0ca01b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ If you are here to start using HuggingFace products on TPU, then you are in the
The API provides the overall same user-experience as HuggingFace transformers with the minimum amount of changes required to target performance for inference and training.

Optimum TPU is meant to reduce as much as possible the friction in order to leverage Google Cloud TPU accelerators.
As such, we provide a pip installable package to make sure everyone can get easily started.```bash
As such, we provide a pip installable package to make sure everyone can get easily started.

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

Expand Down

0 comments on commit c0ca01b

Please sign in to comment.