We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8e8b9 commit e1d577bCopy full SHA for e1d577b
.ci/scripts/test_llama.sh
@@ -55,7 +55,7 @@ PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
55
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release}
56
57
# Default maximum export time.
58
-MAX_EXPORT_TIME=${MAX_EXPORT_TIME:500}
+MAX_EXPORT_TIME=${MAX_EXPORT_TIME:-500}
59
60
# Argument validation is done individually below for each required parameter
61
if [[ -z "${MODEL_NAME:-}" ]]; then
0 commit comments