Skip to content

Conversation

pytorchbot
Copy link
Collaborator

Differential Revision: D83318725

Differential Revision: D83318725

Pull Request resolved: #14622

(cherry picked from commit 84f0c7d)
Copy link

pytorch-bot bot commented Sep 30, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14706

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

❌ 1 New Failure, 3 Cancelled Jobs

As of commit 3d2d2ae with merge base e0dda90 (image):

NEW FAILURE - The following job has failed:

CANCELLED JOBS - The following jobs were cancelled. Please retry:

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

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 30, 2025
@GregoryComer
Copy link
Member

@metascroy Can you take a look at the lint error? I'm guessing it just an artifact of differences between the main and release branch. You can update this PR branch to push a change, since it should be low risk.

>>> Lint for exir/tests/test_quant_fusion_pass.py:

  Warning (FLAKE8) F401
    'torchao.quantization.utils.compute_error' imported but unused
    See https://www.flake8rules.com/rules/F401.html.

         38  |from torch.testing import FileCheck
         39  |from torchao.quantization.granularity import PerAxis, PerGroup
         40  |from torchao.quantization.quant_api import IntxWeightOnlyConfig, MappingType, quantize_
    >>>  41  |from torchao.quantization.utils import compute_error
         42  |
         43  |
         44  |class TestQuantFusionPass(unittest.TestCase):

@metascroy
Copy link
Contributor

@metascroy Can you take a look at the lint error? I'm guessing it just an artifact of differences between the main and release branch. You can update this PR branch to push a change, since it should be low risk.

>>> Lint for exir/tests/test_quant_fusion_pass.py:

  Warning (FLAKE8) F401
    'torchao.quantization.utils.compute_error' imported but unused
    See https://www.flake8rules.com/rules/F401.html.

         38  |from torch.testing import FileCheck
         39  |from torchao.quantization.granularity import PerAxis, PerGroup
         40  |from torchao.quantization.quant_api import IntxWeightOnlyConfig, MappingType, quantize_
    >>>  41  |from torchao.quantization.utils import compute_error
         42  |
         43  |
         44  |class TestQuantFusionPass(unittest.TestCase):

Updated this PR

@GregoryComer GregoryComer merged commit 404aacf into release/1.0 Oct 2, 2025
372 of 380 checks passed
@GregoryComer GregoryComer deleted the cherry-pick-14622-by-pytorch_bot_bot_ branch October 2, 2025 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants