Skip to content

Commit

Permalink
fix tensorrt model generation variable (blakeblackshear#14902)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsch33 authored Nov 10, 2024
1 parent 96c0c43 commit c1bfc1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set -o errexit -o nounset -o pipefail
MODEL_CACHE_DIR=${MODEL_CACHE_DIR:-"/config/model_cache/tensorrt"}
TRT_VER=${TRT_VER:-$(cat /etc/TENSORRT_VER)}
OUTPUT_FOLDER="${MODEL_CACHE_DIR}/${TRT_VER}"
YOLO_MODELS=${YOLO_MODELS:-""}

# Create output folder
mkdir -p ${OUTPUT_FOLDER}
Expand Down

0 comments on commit c1bfc1d

Please sign in to comment.