From 0ec78387c4cf2bed33d38ea3e2e12a5018c6dff2 Mon Sep 17 00:00:00 2001 From: Zen Date: Wed, 25 Sep 2024 02:56:59 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8394c5c..2f9ce53 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,12 @@ > [!TIP] > **Getting Started:** [](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 ```