diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 18e07c503..d4dda3fb8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,7 +35,7 @@ Please run the below to setup: git clone https://github.com/axolotl-ai-cloud/axolotl.git cd axolotl -uv sync && uv pip install flash-attn --no-build-isolation +uv sync --dev && uv pip install flash-attn --no-build-isolation source .venv/bin/activate pre-commit install # install pre-commit hooks