This commit is contained in:
Dave Lage
2026-04-01 05:38:46 +00:00
committed by GitHub
4 changed files with 421 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
# Pre-install torch to pin version (requirements.txt has dependencies like transformers which requires pytorch)
pip install dadaptation==3.2 torch==${{ matrix.pytorch-version }} torchvision pytest==8.3.4
pip install dadaptation==3.2 torch==${{ matrix.pytorch-version }} torchvision pytest==8.3.4 git+https://github.com/rockerBOO/ivon@gradient-accumulation
pip install -r requirements.txt
- name: Test with pytest