This commit is contained in:
Dan Saunders
2025-10-01 16:15:06 -04:00
parent f782957002
commit 00e0238501
2 changed files with 21 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ jobs:
uv pip install --system --no-build-isolation -e ".[dev]" --constraints torch-constraints.txt
set -o pipefail
python scripts/unsloth_install.py | bash
python scripts/cutcrossentropy_install.py | bash
python scripts/cutcrossentropy_install.py --uv | bash
- name: Make sure PyTorch version wasn't clobbered
run: |
@@ -160,7 +160,7 @@ jobs:
python -m build --sdist
uv pip install --system dist/*.tar.gz
python scripts/unsloth_install.py | sh
python scripts/cutcrossentropy_install.py | sh
python scripts/cutcrossentropy_install.py --uv | sh
printf "torch==${{ matrix.pytorch_version }}\n" > torch-constraints.txt
uv pip install --system ".[dev]" --constraints torch-constraints.txt