From 3097e8ca8263bcbe2c634933c39444fe64c8fc5f Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 3 Dec 2024 17:40:11 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 76c0dfc..ef311b1 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,7 @@ ### Updating Unsloth without dependency updates ``` pip uninstall unsloth -y -pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" +pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git ``` ### Loading LoRA adapters for continued finetuning