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 bc3e4ab commit 1902b5fCopy full SHA for 1902b5f
.ci/scripts/test_llama.sh
@@ -48,7 +48,12 @@ MODE=${MODE:-"xnnpack+custom"}
48
# Default UPLOAD_DIR to empty string if not set
49
UPLOAD_DIR="${UPLOAD_DIR:-}"
50
51
+# Default CMAKE_BUILD_TYPE to release mode
52
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release}
53
+
54
+# Default PT2E_QUANTIZE to empty string if not set
55
+PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
56
57
if [[ $# -lt 4 ]]; then # Assuming 4 mandatory args
58
echo "Expecting atleast 4 positional arguments"
59
echo "Usage: [...]"
0 commit comments