Fix(doc): add delinearize instruction (#2545)

* fix: mention to install pytorch before axolotl

* feat(doc): include instruction to delinearize

* fix: update instruction for delinearize with adapter
This commit is contained in:
NanoCode012
2025-04-24 12:03:43 +07:00
committed by GitHub
parent a4d5112ae1
commit 85053f4bd4
3 changed files with 25 additions and 0 deletions

View File

@@ -19,6 +19,12 @@ This guide covers all the ways you can install and set up Axolotl for your envir
## Installation Methods {#sec-installation-methods}
::: {.callout-important}
Please make sure to have Pytorch installed before installing Axolotl in your local environment.
Follow the instructions at: [https://pytorch.org/get-started/locally/](https://pytorch.org/get-started/locally/)
:::
### PyPI Installation (Recommended) {#sec-pypi}
```{.bash}