pytorch / executorch

On-device AI across mobile, embedded and edge for PyTorch
https://pytorch.org/executorch/
Other
1.83k stars 299 forks source link

[RELEASE-ONLY] Set pytorch to 2.4 #3994

Closed lucylq closed 3 months ago

lucylq commented 3 months ago

Set pytorch to 2.4

pytorch-bot[bot] commented 3 months ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3994

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

:x: 1 New Failure, 2 Unrelated Failures

As of commit d3681bf0399e1be173d272bb05919199f5292a83 with merge base 4b6331d86dcdeb8fc7538ac3acc219ebc8451f8a (image):

NEW FAILURE - The following job has failed:

* [Build documentation / build (buck2) / Build doc](https://hud.pytorch.org/pr/pytorch/executorch/3994#26382241673) ([gh](https://github.com/pytorch/executorch/actions/runs/9569527993/job/26382241673)) `RuntimeError: Command docker exec -t b6c00e8d06dc1a6c2d45e52a54a9ff351013f86cfd26f71690fec031a139c69b /exec failed with exit code 2`

UNSTABLE - The following jobs failed but were likely due to flakiness present on trunk and has been marked as unstable:

* [Build Linux Wheels / pytorch/executorch / upload / manywheel-py3_8-cpu](https://hud.pytorch.org/pr/pytorch/executorch/3994#26382373157) ([gh](https://github.com/pytorch/executorch/actions/runs/9569528036/job/26382373157)) ([#3987](https://hud.pytorch.org/pytorch/executorch/issues/3987)) * [Build M1 Wheels / pytorch/executorch / upload / wheel-py3_8-cpu](https://hud.pytorch.org/pr/pytorch/executorch/3994#26382628010) ([gh](https://github.com/pytorch/executorch/actions/runs/9569528022/job/26382628010)) ([#3989](https://hud.pytorch.org/pytorch/executorch/issues/3989))

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

kirklandsign commented 3 months ago

merge to release/0.3 or main?

lucylq commented 3 months ago

merge to release/0.3 or main?

ahh good catch - updated!

mergennachin commented 3 months ago
lucylq commented 3 months ago
  • I added ciflow/trunk tag to run trunk jobs
  • Are you gonna modify install_requirements.sh as well to install latest torch rc candidates? Could be a follow-up PR too.

It looks like 2.4 doesn't have a pip package yet, so may need to wait for that before modifying install_requirements.sh? https://pypi.org/project/torch/2.4.0/

https://github.com/pytorch/executorch/pull/3986