We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83475c8 commit 0ec7838Copy full SHA for 0ec7838
README.md
@@ -13,7 +13,12 @@
13
> [!TIP]
14
> **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**]
15
16
-Install **`pyreft`** from pip+git:
+Install **`pyreft`** from pip:
17
+```bash
18
+pip install pyreft
19
+```
20
+
21
+Alternatively, install our latest **`pyreft`** from pip+git:
22
```bash
23
pip install git+https://github.com/stanfordnlp/pyreft.git
24
```
0 commit comments