pytorch / executorch

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

Fix ARM submodule URLs #6973

Closed swolchok closed 2 days ago

swolchok commented 2 days ago

Looks like review.mlplatform.org is no longer hosting these things and these are the new URLs.

Test Plan: git submodule update --init (did nothing in my existing checkout)

pytorch-bot[bot] commented 2 days ago

:link: Helpful Links

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

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

:heavy_exclamation_mark: 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

:white_check_mark: No Failures

As of commit 690d2ee3e9f4559c8faacac1ff4cb956fa5fcb51 with merge base 809a1a5f1a80892a16ac173a10718bbbc0154279 (image): :green_heart: Looks good so far! There are no failures yet. :green_heart:

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

digantdesai commented 2 days ago

FYI @robell, @freddan80

robell commented 1 day ago

Hi @digantdesai and @swolchok - Sorry about all of the issues relating to this.

review. and git. are hosted on the same machine, and typically/by design the review.mlplatform.org software is more reliable for cloning the repositories.

There were capacity issues on the machine due to a third party github flow which are now resolved by adding capacity to the VM, so it's recommended to move back to review.mlplatform.org. This should now be reliably available again. We may prefer to leave this alone now if it's functioning, but just be aware of the option.

In addition, we'll be looking to mirror these dependencies to more scalable/reliable hosting and move the submodule fetches to that host. I'll get a PR up once those mirrors are available, I'm just clarifying how soon that can happen.

swolchok commented 1 day ago

recommended to move back to review.mlplatform.org

I sent https://github.com/pytorch/executorch/pull/6987, but review. URLs appear to still be down given CI failures on that PR.