Skip to content

Commit 9fe720f

Browse files
committed
fix pt2e
1 parent fbee0c8 commit 9fe720f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/scripts/test_llama.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ MODE=${MODE:-"xnnpack+custom"}
4848
# Default UPLOAD_DIR to empty string if not set
4949
UPLOAD_DIR="${UPLOAD_DIR:-}"
5050

51+
# Default PT2E_QUANTIZE to empty string if not set
52+
PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
53+
5154
if [[ $# -lt 4 ]]; then # Assuming 4 mandatory args
5255
echo "Expecting atleast 4 positional arguments"
5356
echo "Usage: [...]"

0 commit comments

Comments
 (0)