pytorch / executorch

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

Clear out Dynamo cache in between tests #6990

Closed anijain2305 closed 1 day ago

anijain2305 commented 1 day ago

Summary: This issue was discovered when we tried to land https://www.internalfb.com/diff/D66189091. There is nothing wrong with D66189091, it just changes the way Dynamo invalidates its cache entry. However, it upsets these tests because they unintentionally rely on the Dynamo old behavior of invalidting cache entries.

Reviewed By: kimishpatel

Differential Revision: D66255174

pytorch-bot[bot] commented 1 day ago

:link: Helpful Links

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

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:

:x: 5 New Failures, 2 Unrelated Failures

As of commit 9110c76e3da02197206c4eb04f2654b1f3ac0650 with merge base 359e9d3a09e3e10fc082c2e3d39b630d9be11eab (image):

NEW FAILURES - The following jobs have failed:

* [pull / test-eval_llama-mmlu-linux / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287014987) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287014987)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 27 ms: Couldn't connect to server` * [pull / test-models-linux (buck2, mv3, portable, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287024592) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287024592)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 26 ms: Couldn't connect to server` * [pull / test-models-linux (buck2, mv3, xnnpack-quantization-delegation, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287025594) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287025594)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 34 ms: Couldn't connect to server` * [pull / test-phi-3-mini-runner-linux / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287018626) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287018626)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 4 ms: Couldn't connect to server` * [pull / unittest / macos / macos-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287018915) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287018915)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 36 ms: Couldn't connect to server`

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

* [pull / test-models-linux (cmake, mv3, portable, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287024962) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287024962)) ([trunk failure](https://hud.pytorch.org/pytorch/executorch/commit/359e9d3a09e3e10fc082c2e3d39b630d9be11eab#33282098920)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 1 ms: Couldn't connect to server` * [pull / test-models-linux (cmake, vit, portable, linux.2xlarge, 90) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6990#33287025927) ([gh](https://github.com/pytorch/executorch/actions/runs/11941660944/job/33287025927)) ([trunk failure](https://hud.pytorch.org/pytorch/executorch/commit/359e9d3a09e3e10fc082c2e3d39b630d9be11eab#33282101510)) `##[error]fatal: unable to access 'https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/': Failed to connect to git.mlplatform.org port 443 after 1 ms: Couldn't connect to server`

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

facebook-github-bot commented 1 day ago

This pull request was exported from Phabricator. Differential Revision: D66255174