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 98f0d30 commit 5afd639Copy full SHA for 5afd639
.ci/scripts/test_llama.sh
@@ -51,7 +51,9 @@ UPLOAD_DIR="${UPLOAD_DIR:-}"
51
# Default PT2E_QUANTIZE to empty string if not set
52
PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
53
54
+# Default CMAKE_BUILD_TYPE to release mode
55
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release}
56
+
57
if [[ $# -lt 4 ]]; then # Assuming 4 mandatory args
58
echo "Expecting atleast 4 positional arguments"
59
echo "Usage: [...]"
0 commit comments