This commit is contained in:
Dan Saunders
2025-08-29 22:18:27 -04:00
parent 367f7eb3a6
commit b453562c01
2 changed files with 2 additions and 3 deletions

View File

@@ -155,9 +155,7 @@ jobs:
- name: Install dependencies
run: |
uv pip show --system torch
uv pip install --system build
python -m build --no-isolation --sdist
uv pip install --system --no-build-isolation dist/axolotl*.tar.gz
uv pip install --system --no-build-isolation -e .
python scripts/unsloth_install.py --uv | sh
python scripts/cutcrossentropy_install.py --uv | sh
uv pip install --system -r requirements-dev.txt -r requirements-tests.txt

View File

@@ -263,3 +263,4 @@ flash-attn = ["torch", "packaging", "wheel", "setuptools"]
autoawq = ["torch"]
triton = ["torch"]
bitsandbytes = ["torch"]
grpclib = ["wheel"]