pytorch / executorch

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

Fix custom annotation #6978

Closed cccclai closed 5 days ago

cccclai commented 5 days ago

Summary: Looks like it's added in https://github.com/pytorch/executorch/pull/6849, maybe it was using the old api for the default 8bit quantization

Differential Revision: D66219251

pytorch-bot[bot] commented 5 days ago

:link: Helpful Links

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

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: 1 New Failure

As of commit e5315fec80da5dc59d4075344cdf1154c8efaa57 with merge base dcacde01d355b5f5082301edcdc9774dd3392f36 (image):

NEW FAILURE - The following job has failed:

* [pull / unittest-arm / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/6978#33280991049) ([gh](https://github.com/pytorch/executorch/actions/runs/11927785358/job/33280991049)) `##[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`

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

facebook-github-bot commented 5 days ago

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

shewu-quic commented 5 days ago

Thanks for your fix. I am also preparing the PR to fix it.