From 5c24a3bc2e13e4ee678b6a4298e5fd3598495971 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Sun, 17 Mar 2024 02:46:35 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86eaa32206..fc282604b1 100644 --- a/README.md +++ b/README.md @@ -150,9 +150,9 @@ pip install --no-deps packaging ninja einops flash-attn xformers trl peft accele # Pre Ampere RTX 2080, T4, GTX 1080 GPUs: pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" -!pip install --no-deps xformers trl peft accelerate bitsandbytes +pip install --no-deps xformers trl peft accelerate bitsandbytes ``` -7. To troubleshoot installs try (all must succeed). Xformer should mostly all be available. +7. To troubleshoot installs try the below (all must succeed). Xformers should mostly all be available. ```bash nvcc python -m xformers.info