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.