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
|
git clone https://github.com/axolotl-ai-cloud/axolotl.git
|
||||||
cd axolotl
|
cd axolotl
|
||||||
|
|
||||||
uv sync # TODO(djsaunde): extras installation details
|
uv sync && uv pip install flash-attn --no-build-isolation
|
||||||
uv run pre-commit install
|
source .venv/bin/activate
|
||||||
|
|
||||||
pytest tests/ # optional
|
pre-commit install # install pre-commit hooks
|
||||||
|
|
||||||
|
pytest tests/ # optional; run test suite
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to Contribute
|
## How to Contribute
|
||||||
|
|||||||
Reference in New Issue
Block a user