diff --git a/examples/devstral/README.md b/examples/devstral/README.md index 1cf2e2cec..b53635a8f 100644 --- a/examples/devstral/README.md +++ b/examples/devstral/README.md @@ -10,17 +10,14 @@ Thanks to the team at MistralAI for giving us early access to prepare for this r ## Getting started -1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). You need to install from main as Devstral is only on nightly or use our latest [Docker images](https://docs.axolotl.ai/docs/docker.html). +1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). - Here is an example of how to install from main for pip: + Here is an example of how to install from pip: ```bash -# Ensure you have Pytorch installed (Pytorch 2.6.0+) -git clone https://github.com/axolotl-ai-cloud/axolotl.git -cd axolotl - +# Ensure you have Pytorch installed (Pytorch 2.6.0 min) pip3 install packaging==23.2 setuptools==75.8.0 wheel ninja -pip3 install --no-build-isolation -e '.[flash-attn]' +pip3 install --no-build-isolation 'axolotl[flash-attn]>=0.12.0' ``` 2. Run the finetuning example: diff --git a/examples/gemma3n/README.md b/examples/gemma3n/README.md index d570c92f7..8c4e02a1d 100644 --- a/examples/gemma3n/README.md +++ b/examples/gemma3n/README.md @@ -4,17 +4,14 @@ Gemma-3n is a family of multimodal models from Google found on [HuggingFace](htt ## Getting started -1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). You need to install from main as Gemma3n is only on nightly or use our latest [Docker images](https://docs.axolotl.ai/docs/docker.html). +1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). - Here is an example of how to install from main for pip: + Here is an example of how to install from pip: ```bash -# Ensure you have Pytorch installed (Pytorch 2.6.0 min recommended) -git clone https://github.com/axolotl-ai-cloud/axolotl.git -cd axolotl - +# Ensure you have Pytorch installed (Pytorch 2.6.0 min) pip3 install packaging==23.2 setuptools==75.8.0 wheel ninja -pip3 install --no-build-isolation -e '.[flash-attn]' +pip3 install --no-build-isolation 'axolotl[flash-attn]>=0.12.0' ``` 2. In addition to Axolotl's requirements, Gemma-3n requires: diff --git a/examples/gpt-oss/README.md b/examples/gpt-oss/README.md index 9ecd2c859..8a19959e7 100644 --- a/examples/gpt-oss/README.md +++ b/examples/gpt-oss/README.md @@ -6,17 +6,14 @@ This guide shows how to fine-tune it with Axolotl with multi-turn conversations ## Getting started -1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). You need to install from main as GPT-OSS is only on nightly or use our latest [Docker images](https://docs.axolotl.ai/docs/docker.html). +1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). - Here is an example of how to install from main for pip: + Here is an example of how to install from pip: ```bash # Ensure you have Pytorch installed (Pytorch 2.6.0 min) -git clone https://github.com/axolotl-ai-cloud/axolotl.git -cd axolotl - pip3 install packaging==23.2 setuptools==75.8.0 wheel ninja -pip3 install --no-build-isolation -e '.[flash-attn]' +pip3 install --no-build-isolation 'axolotl[flash-attn]>=0.12.0' ``` 2. Choose one of the following configs below for training the 20B model. diff --git a/examples/magistral/README.md b/examples/magistral/README.md index 865f872d9..48ce712da 100644 --- a/examples/magistral/README.md +++ b/examples/magistral/README.md @@ -8,17 +8,14 @@ Thanks to the team at MistralAI for giving us early access to prepare for this r ## Getting started -1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). You need to install from main as Magistral is only on nightly or use our latest [Docker images](https://docs.axolotl.ai/docs/docker.html). +1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). - Here is an example of how to install from main for pip: + Here is an example of how to install from pip: ```bash # Ensure you have Pytorch installed (Pytorch 2.6.0 min) -git clone https://github.com/axolotl-ai-cloud/axolotl.git -cd axolotl - pip3 install packaging==23.2 setuptools==75.8.0 wheel ninja -pip3 install --no-build-isolation -e '.[flash-attn]' +pip3 install --no-build-isolation 'axolotl[flash-attn]>=0.12.0' ``` 2. Run the finetuning example: diff --git a/examples/voxtral/README.md b/examples/voxtral/README.md index 669ebbe55..f31e9cfd0 100644 --- a/examples/voxtral/README.md +++ b/examples/voxtral/README.md @@ -6,17 +6,14 @@ Thanks to the team at MistralAI for giving us early access to prepare for this r ## Getting started -1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). You need to install from main as Voxtral is only on nightly or use our latest [Docker images](https://docs.axolotl.ai/docs/docker.html). +1. Install Axolotl following the [installation guide](https://docs.axolotl.ai/docs/installation.html). - Here is an example of how to install from main for pip: + Here is an example of how to install from pip: ```bash # Ensure you have Pytorch installed (Pytorch 2.6.0 min) -git clone https://github.com/axolotl-ai-cloud/axolotl.git -cd axolotl - pip3 install packaging==23.2 setuptools==75.8.0 wheel ninja -pip3 install --no-build-isolation -e '.[flash-attn]' +pip3 install --no-build-isolation 'axolotl[flash-attn]>=0.12.0' ``` 2. Please install the below.