From 00bfcead23db2d20361b7c493db6b319afc71b83 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 9 Jan 2025 03:00:19 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index bfcf4b1..5d8e712 100644 --- a/Home.md +++ b/Home.md @@ -2,10 +2,8 @@ ### Updating Unsloth without dependency updates ``` -pip uninstall unsloth -y -pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git -pip uninstall unsloth_zoo -y -pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth-zoo.git +pip install --upgrade --force-reinstall --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git +pip install --upgrade --force-reinstall --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth-zoo.git ``` ### Loading LoRA adapters for continued finetuning