Updated Home (markdown)

Daniel Han 2024-04-22 05:14:35 +10:00
commit a129c88ca3

@ -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.