Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging authored Sep 25, 2024
1 parent 83475c8 commit 0ec7838
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
> [!TIP]
> **Getting Started:** [<img align="center" src="https://colab.research.google.com/assets/colab-badge.svg" />](https://colab.research.google.com/github/stanfordnlp/pyreft/blob/main/main_demo.ipynb) [**ReFT with TinyLlama**]
Install **`pyreft`** from pip+git:
Install **`pyreft`** from pip:
```bash
pip install pyreft
```

Alternatively, install our latest **`pyreft`** from pip+git:
```bash
pip install git+https://github.com/stanfordnlp/pyreft.git
```
Expand Down

0 comments on commit 0ec7838

Please sign in to comment.