This commit is contained in:
Dan Saunders
2025-08-29 23:06:47 -04:00
parent 40d906fb33
commit 3b91e8174d
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
- name: Install dependencies
run: |
uv pip show --system torch
uv pip install --system --no-build-isolation -U -e ".[dev]"
uv pip install --system --no-build-isolation -e ".[dev]"
python scripts/unsloth_install.py | sh
python scripts/cutcrossentropy_install.py | sh

View File

@@ -85,7 +85,7 @@ jobs:
run: |
uv pip show --system torch
uv pip install --system wheel
uv pip install --system --no-build-isolation -U -e ".[dev]"
uv pip install --system --no-build-isolation -e ".[dev]"
python scripts/unsloth_install.py | sh
python scripts/cutcrossentropy_install.py | sh