update minimum version for nested tensor of NaViT

This commit is contained in:
lucidrains
2024-11-10 09:37:48 -08:00
parent 6693d47d0b
commit 0449865786
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install wheel
python -m pip install torch==2.4.0 torchvision==0.19.0 --index-url https://download.pytorch.org/whl/cpu
python -m pip install torch==2.5.0 torchvision==0.19.0 --index-url https://download.pytorch.org/whl/cpu
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |