Skip to content

Commit efd5465

Browse files
committed
Tweak to installer output
1 parent fdeaf3b commit efd5465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ObjectDetectionYOLOv5Net/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [ "${installBinaries}" = true ]; then
3333
imageName="ObjectDetectionYOLOv5Net-CUDA-${moduleVersion}.zip"
3434
fi
3535
fi
36+
writeLine "Pulling pre-build binary ${imageName}..." "$color_info"
3637
getFromServer "binaries/" "${imageName}" "bin" "Downloading ${imageName}..."
3738
else
3839
pushd "$moduleDirPath" >/dev/null

0 commit comments

Comments
 (0)