Skip to content

Commit

Permalink
exclude validationError mips
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoina committed Jul 13, 2023
1 parent 9907f0c commit 7f3bf6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions precompute-scripts/step4-export/export-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ function run_export_job() {
;;
EM_MIPS)
LIBNAMES=${EM_LIBS[@]}
EXCLUDED_MASK_TAGS_ARG="--excluded-neuron-tags validationError"
SUBDIR=mips/embodies
;;
LM_MIPS)
LIBNAMES=${LM_LIBS[@]}
EXCLUDED_MASK_TAGS_ARG="--excluded-neuron-tags validationError"
SUBDIR=mips/lmlines
;;
*)
Expand Down

0 comments on commit 7f3bf6f

Please sign in to comment.