Skip to content

install torchvision to resolve ci issue#4203

Merged
danielvegamyhre merged 1 commit intomainfrom
torchvision
Mar 31, 2026
Merged

install torchvision to resolve ci issue#4203
danielvegamyhre merged 1 commit intomainfrom
torchvision

Conversation

@danielvegamyhre
Copy link
Copy Markdown
Contributor

@danielvegamyhre danielvegamyhre commented Mar 31, 2026

Summary

transformers lib is now using torchvision, and torchao CI jobs without torchvision installed are failing (example):

->   from torchvision.transforms.v2 import functional as tvF
E   ModuleNotFoundError: No module named 'torchvision'

/opt/conda/envs/venv/lib/python3.10/site-packages/transformers/models/beit/image_processing_pil_beit.py:19: ModuleNotFoundError

Set torchvision versions based on: https://pytorch.org/get-started/previous-versions/

@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Mar 31, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/4203

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure

As of commit c7ee190 with merge base f11eff8 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 31, 2026
@danielvegamyhre danielvegamyhre force-pushed the torchvision branch 2 times, most recently from aee33a8 to 799075c Compare March 31, 2026 00:50
@danielvegamyhre danielvegamyhre added module: not user facing Use this tag if you don't want this PR to show up in release notes ci labels Mar 31, 2026
Comment thread .github/workflows/regression_test.yml Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, updated

@danielvegamyhre
Copy link
Copy Markdown
Contributor Author

test failure unrelated

@danielvegamyhre danielvegamyhre merged commit da257b5 into main Mar 31, 2026
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: not user facing Use this tag if you don't want this PR to show up in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants