Skip to content

Commit e1d577b

Browse files
Benjamin CheungBenjamin Cheung
authored andcommitted
Fix: update the default value
1 parent 3e8e8b9 commit e1d577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_llama.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
5555
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release}
5656

5757
# Default maximum export time.
58-
MAX_EXPORT_TIME=${MAX_EXPORT_TIME:500}
58+
MAX_EXPORT_TIME=${MAX_EXPORT_TIME:-500}
5959

6060
# Argument validation is done individually below for each required parameter
6161
if [[ -z "${MODEL_NAME:-}" ]]; then

0 commit comments

Comments
 (0)