From a129c88ca3fce4df0f28324ea7746b8231dbe7e3 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 22 Apr 2024 05:14:35 +1000 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 420a635..4548c46 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,8 @@ ### Updating Unsloth without dependency updates -Use `pip install --upgrade --force-reinstall --no-cache-dir git+https://github.com/unslothai/unsloth.git` -If that does not work, `pip uninstall unsloth -y` then install it. +``` +pip uninstall unsloth -y +pip install --upgrade --force-reinstall --no-cache-dir git+https://github.com/unslothai/unsloth.git +``` ### Loading LoRA adapters for continued finetuning If you saved a LoRA adapter through Unsloth, you can also continue training using your LoRA weights. The optimizer state will be reset as well. To load even optimizer states to continue finetuning, see the next section.