[ci][aarch64] add Linux aarch64 wheels#3359
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3359
Note: Links to docs will display an error until the docs builds have been completed. ❗ 2 Active SEVsThere are 2 currently active SEVs. If your PR is affected, please view them below: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@jerryzh168 I was made aware that I should contact you to take a look at this. Any chance I can get some help pushing this through? |
94bcc2e to
60a1d7d
Compare
60a1d7d to
3cd8897
Compare
|
@huydhn can you please take a look and review the changes? |
|
Hi @huydhn following up on this to see if we can get some traction on this PR. |
|
@huydhn bump. Could you please take a look as it would be beneficial for us to have AArch64 wheels available on PyPI. |
huydhn
left a comment
There was a problem hiding this comment.
CI changes LGTM! But let's wait for TorchAO maintainers to give the final stamp
|
Hi @jerryzh168 , any chance you could take a look and get this pushed through? Thanks so much. |
|
@jerryzh168 - are you the right reviewer for this? If not can you reassign? |
|
I'll ask in our team group and get back |
|
didn't hear back concerns from the team, I think we can merge |
|
I think we can merge, is this tested? |
|
We have tested the build with the updated ❯ pytest -k test_accuracy_kleidiai -vv
========================================================================= test session starts ==========================================================================
platform linux -- Python 3.12.3, pytest-8.4.2, pluggy-1.6.0 -- /home/punmat01/venv-ao/bin/python3
cachedir: .pytest_cache
hypothesis profile 'default'
rootdir: /home/punmat01/ao
configfile: pyproject.toml
plugins: hypothesis-6.148.2
collected 10592 items / 10591 deselected / 15 skipped / 1 selected
quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_kleidiai PASSED [100%]
❯ pytest -k test_accuracy_aten
========================================================================= test session starts ==========================================================================
platform linux -- Python 3.12.3, pytest-8.4.2, pluggy-1.6.0
rootdir: /home/punmat01/ao
configfile: pyproject.toml
plugins: hypothesis-6.148.2
collected 10592 items / 10591 deselected / 15 skipped / 1 selected
quantization/test_int8_dynamic_activation_intx_weight_config_v1.py . [100%]Both completed successfully. |
|
@jerryzh168 is there a wider test suite you would like us to run? |
I think that should be enough, thanks |
Adds support for also building Linux AArch64 wheels; currently
aoonly releases Linux x86 wheels.