Skip to content

Commit

Permalink
Re export var after train for eval & publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Sep 5, 2023
1 parent ce75dd2 commit f5831bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,8 @@ make_pipeline_cache "$1" || exit 1
load_env || exit 1
preprocess || exit 1
train || exit 1
set -a
source "$PIPELINE_RUN_CACHE"
set +a
evaluate || exit 1
publish || exit 1

0 comments on commit f5831bc

Please sign in to comment.