Skip to content

Arm backend: Pin pybind11 version when installing tosa_serialization#18153

Open
pytorchbot wants to merge 1 commit intorelease/1.2from
cherry-pick-18036-by-pytorch_bot_bot_
Open

Arm backend: Pin pybind11 version when installing tosa_serialization#18153
pytorchbot wants to merge 1 commit intorelease/1.2from
cherry-pick-18036-by-pytorch_bot_bot_

Conversation

@pytorchbot
Copy link
Collaborator

  • To account for potential edge cases of pybind11 drifting
  • Will be removed when tosa-tools is installed from pypi

Change-Id: I197d3c141bd8918a8debaba55adcdc9fb296ba17

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell

…18036)

* To account for potential edge cases of pybind11 drifting
* Will be removed when tosa-tools is installed from pypi

Signed-off-by: Tom Allsop <tom.allsop@arm.com>
(cherry picked from commit 5c8f9e5)
@pytorch-bot
Copy link

pytorch-bot bot commented Mar 13, 2026

🔗 Helpful Links

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

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

❌ 28 New Failures, 1 Unrelated Failure

As of commit 3125317 with merge base 8c0a60b (image):

NEW FAILURES - The following jobs have failed:

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

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

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 Mar 13, 2026
@zingo zingo added the partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm label Mar 13, 2026
fi

# NOTE: Will be removed when tosa-tools is installed via pypi
python -m pip install pybind11==2.10.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would these edge-cases impact anything else in ET?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe but this was already looking like this before until recently e.g. this PR is basically a revert of
#17823
except for the version bump from ".0" to ".2"

Copy link
Contributor

@digantdesai digantdesai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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. partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants