From b715cd549a3a3b1984d46db2b4efcf46bfe5ca43 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 23 Jan 2024 11:14:52 -0500 Subject: [PATCH] update docs [skip ci] (#1176) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 103f57543..1ef05855c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -## What's New -- Added `Mistral-7b-example`: A comprehensive example for fine-tuning Mistral-7b model. [Check it out here](https://github.com/Tilemachoc/axolotl/tree/mistral-7b-example/examples/mistral/Mistral-7b-example). - # Axolotl Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures. @@ -108,6 +105,9 @@ pip3 install -e '.[flash-attn,deepspeed]' ### Usage ```bash +# preprocess datasets - optional but recommended +CUDA_VISIBLE_DEVICES="" python -m axolotl.cli.preprocess examples/openllama-3b/lora.yml + # finetune lora accelerate launch -m axolotl.cli.train examples/openllama-3b/lora.yml