File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 86
86
ethos_u_repo_url=" https://review.mlplatform.org/ml/ethos-u/ethos-u"
87
87
ethos_u_base_rev=" 24.08"
88
88
89
+ # tosa reference model
90
+ tosa_reference_model_url=" https://review.mlplatform.org/tosa/reference_model"
91
+ tosa_reference_model_rev=" 444eb365d92774430006e56a8c20161be2f2674f"
92
+
89
93
# #######
90
94
# ## Mandatory user args
91
95
# #######
@@ -219,8 +223,9 @@ function setup_tosa_reference_model() {
219
223
# errors for the early codebase
220
224
cd " ${root_dir} "
221
225
if [[ ! -e reference_model ]]; then
222
- git clone https://review.mlplatform.org/tosa/reference_model -b v0.80
226
+ git clone ${tosa_reference_model_url}
223
227
cd reference_model
228
+ git checkout ${tosa_reference_model_rev}
224
229
git submodule update --init --recursive
225
230
cd ..
226
231
fi
You can’t perform that action at this time.
0 commit comments