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 78
78
ethos_u_repo_url=" https://review.mlplatform.org/ml/ethos-u/ethos-u"
79
79
ethos_u_base_rev=" 24.05"
80
80
81
+ # tosa reference model
82
+ tosa_reference_model_url=" https://review.mlplatform.org/tosa/reference_model"
83
+ tosa_reference_model_rev=" 444eb365d92774430006e56a8c20161be2f2674f"
84
+
81
85
# #######
82
86
# ## Mandatory user args
83
87
# #######
@@ -179,8 +183,9 @@ function setup_tosa_reference_model() {
179
183
# errors for the early codebase
180
184
cd " ${root_dir} "
181
185
if [[ ! -e reference_model ]]; then
182
- git clone https://review.mlplatform.org/tosa/reference_model -b v0.80
186
+ git clone ${tosa_reference_model_url}
183
187
cd reference_model
188
+ git checkout ${tosa_reference_model_rev}
184
189
git submodule update --init --recursive
185
190
cd ..
186
191
fi
You can’t perform that action at this time.
0 commit comments