1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

remove torchvision.

This commit is contained in:
sayakpaul
2026-01-28 17:26:38 +05:30
parent 7eb51e932f
commit ea815e5bb0
2 changed files with 2 additions and 4 deletions

View File

@@ -147,7 +147,6 @@ jobs:
if: ${{ matrix.config.framework == 'pytorch_examples' }}
run: |
uv pip install ".[training]"
uv pip install -U torchvision
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
--make-reports=tests_${{ matrix.config.report }} \
examples

View File

@@ -138,7 +138,7 @@ jobs:
else
uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }}
fi
uv pip install -U torchvision
- name: Environment
run: |
@@ -214,7 +214,7 @@ jobs:
else
uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }}
fi
uv pip install -U torchvision
- name: Environment
run: |
@@ -285,7 +285,6 @@ jobs:
uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }}
fi
uv pip install -e ".[quality,training]"
uv pip install -U torchvision
- name: Environment
run: |