Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci/scripts/unittest-linux-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if ! python -c "import tosa_serializer" >/dev/null 2>&1; then
TOSA_SERIALIZATION_DIR="${TOSA_TOOLS_DIR}/serialization"
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"

CMAKE_POLICY_VERSION_MINIMUM=3.5 BUILD_PYBIND=1 \
python -m pip install --no-dependencies \
"${TOSA_SERIALIZATION_DIR}"
Expand Down
2 changes: 2 additions & 0 deletions backends/arm/requirements-arm-tosa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ml_dtypes == 0.5.1
flatbuffers == 24.3.25
tosa-adapter-model-explorer == 0.1.0
ai-edge-model-explorer >= 0.1.16
# NOTE: Will be removed when tosa-tools is installed via pypi
pybind11 == 2.10.4
Loading