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 fbee0c8 commit 9fe720fCopy full SHA for 9fe720f
.ci/scripts/test_llama.sh
@@ -48,6 +48,9 @@ MODE=${MODE:-"xnnpack+custom"}
48
# Default UPLOAD_DIR to empty string if not set
49
UPLOAD_DIR="${UPLOAD_DIR:-}"
50
51
+# Default PT2E_QUANTIZE to empty string if not set
52
+PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
53
+
54
if [[ $# -lt 4 ]]; then # Assuming 4 mandatory args
55
echo "Expecting atleast 4 positional arguments"
56
echo "Usage: [...]"
0 commit comments