fixes
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
@@ -263,3 +263,4 @@ flash-attn = ["torch", "packaging", "wheel", "setuptools"]
|
||||
autoawq = ["torch"]
|
||||
triton = ["torch"]
|
||||
bitsandbytes = ["torch"]
|
||||
grpclib = ["wheel"]
|
||||
|
||||
Reference in New Issue
Block a user