File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-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
+ # https://review.mlplatform.org/c/tosa/reference_model/+/12409
91
+ tosa_reference_model_url=" https://review.mlplatform.org/tosa/reference_model"
92
+ tosa_reference_model_rev=" 444eb365d92774430006e56a8c20161be2f2674f"
93
+
89
94
# #######
90
95
# ## Mandatory user args
91
96
# #######
@@ -219,8 +224,9 @@ function setup_tosa_reference_model() {
219
224
# errors for the early codebase
220
225
cd " ${root_dir} "
221
226
if [[ ! -e reference_model ]]; then
222
- git clone https://review.mlplatform.org/tosa/reference_model -b v0.80
227
+ git clone ${tosa_reference_model_url}
223
228
cd reference_model
229
+ git reset --hard ${tosa_reference_model_rev}
224
230
git submodule update --init --recursive
225
231
cd ..
226
232
fi
You can’t perform that action at this time.
0 commit comments