From 1e58235c38932f8098fa3ec85e1c5a7c9090e45f Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Sat, 4 Oct 2025 11:47:56 -0400 Subject: [PATCH] contrib --- .github/CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8e301ee94..18e07c503 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,10 +35,12 @@ Please run the below to setup: git clone https://github.com/axolotl-ai-cloud/axolotl.git cd axolotl -uv sync # TODO(djsaunde): extras installation details -uv run pre-commit install +uv sync && uv pip install flash-attn --no-build-isolation +source .venv/bin/activate -pytest tests/ # optional +pre-commit install # install pre-commit hooks + +pytest tests/ # optional; run test suite ``` ## How to Contribute