Skip to content

Fix aarch64 builds for vision and audio #4527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
atalman opened this issue Aug 29, 2023 · 3 comments
Closed

Fix aarch64 builds for vision and audio #4527

atalman opened this issue Aug 29, 2023 · 3 comments
Assignees

Comments

@atalman
Copy link
Contributor

atalman commented Aug 29, 2023

See smoke_test: https://github.com/pytorch/vision/actions/runs/6011692767/job/16305572311#step:17:373

@atalman atalman converted this from a draft issue Aug 29, 2023
@atalman atalman moved this from Todo to In Progress in PyTorch OSS Release Engineering Aug 29, 2023
@atalman
Copy link
Contributor Author

atalman commented Aug 30, 2023

Smoke test fixed by #4536

@atalman atalman closed this as completed Aug 30, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in PyTorch OSS Release Engineering Aug 30, 2023
@atalman atalman moved this from Done to In Progress in PyTorch OSS Release Engineering Aug 30, 2023
@atalman atalman reopened this Aug 30, 2023
@atalman
Copy link
Contributor Author

atalman commented Aug 30, 2023

looks like vision build against wrong torch for test

Metadata-Version: 2.1
Name: torchvision
Version: 0.16.0+cpu
Summary: image and video datasets and models for torch deep learning
Home-page: https://github.com/pytorch/vision
Author: PyTorch Core Team
Author-email: [email protected]
License: BSD
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: torch (==2.0.1)
Requires-Dist: pillow (!=8.3.*,>=5.3.0)
Provides-Extra: scipy
Requires-Dist: scipy ; extra == 'scipy'

failures: https://github.com/pytorch/builder/actions/runs/6030301371

@atalman
Copy link
Contributor Author

atalman commented Aug 30, 2023

Same build looks good in nightly:

Metadata-Version: 2.1
Name: torchvision
Version: 0.16.0.dev20230830+cpu
Summary: image and video datasets and models for torch deep learning
Home-page: https://github.com/pytorch/vision
Author: PyTorch Core Team
Author-email: [email protected]
License: BSD
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: torch (==2.1.0.dev20230830)
Requires-Dist: pillow (!=8.3.*,>=5.3.0)
Provides-Extra: scipy
Requires-Dist: scipy ; extra == 'scipy'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants