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 8686ethos_u_repo_url=" https://review.mlplatform.org/ml/ethos-u/ethos-u"
8787ethos_u_base_rev=" 24.08"
8888
89+ # tosa reference model
90+ tosa_reference_model_url=" https://review.mlplatform.org/tosa/reference_model"
91+ tosa_reference_model_rev=" 444eb365d92774430006e56a8c20161be2f2674f"
92+
8993# #######
9094# ## Mandatory user args
9195# #######
@@ -219,8 +223,9 @@ function setup_tosa_reference_model() {
219223 # errors for the early codebase
220224 cd " ${root_dir} "
221225 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}
223227 cd reference_model
228+ git checkout ${tosa_reference_model_rev}
224229 git submodule update --init --recursive
225230 cd ..
226231 fi
You can’t perform that action at this time.
0 commit comments