contrib
This commit is contained in:
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user