From 915c258c6e70e81964964e637323816c4956ac0b Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Sat, 4 Oct 2025 11:53:48 -0400 Subject: [PATCH] contrib fix --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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