From 575c1bd67d973d2d1d3010a782b7d4d2cc101b8b Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 15 Sep 2024 17:42:09 -0700 Subject: [PATCH] Update README.md (#1033) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c1c7f840e..e46396261f 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ All notebooks are **beginner friendly**! Add your dataset, click "Run All", and ## 💾 Installation Instructions +For stable releases, use `pip install unsloth`. We recommend `pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"` for most installations though. + ### Conda Installation `⚠️Only use Conda if you have it. If not, use Pip`. Select either `pytorch-cuda=11.8,12.1` for CUDA 11.8 or CUDA 12.1. We support `python=3.10,3.11,3.12`. ```bash