This commit is contained in:
Dan Saunders
2025-10-04 11:47:56 -04:00
parent 5753c5b89c
commit 1e58235c38

View File

@@ -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