We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81fd06 commit ccf5362Copy full SHA for ccf5362
examples/arm/setup.sh
@@ -160,7 +160,7 @@ function setup_tosa_reference_model() {
160
# reference_model flatbuffers version clashes with Vela.
161
# go with Vela's since it newer.
162
# Vela's flatbuffer requirement is expected to loosen, then remove this. MLETORCH-565
163
- pip install tosa-tools@git+${tosa_reference_model_url}@${tosa_reference_model_rev} --no-dependencies flatbuffers
+ CMAKE_POLICY_VERSION_MINIMUM=3.5 pip install tosa-tools@git+${tosa_reference_model_url}@${tosa_reference_model_rev} --no-dependencies flatbuffers
164
165
}
166
0 commit comments