Skip to content

Commit 1902b5f

Browse files
committed
fix merge conflicts
1 parent bc3e4ab commit 1902b5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ci/scripts/test_llama.sh

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

51+
# Default CMAKE_BUILD_TYPE to release mode
5152
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release}
53+
54+
# Default PT2E_QUANTIZE to empty string if not set
55+
PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
56+
5257
if [[ $# -lt 4 ]]; then # Assuming 4 mandatory args
5358
echo "Expecting atleast 4 positional arguments"
5459
echo "Usage: [...]"

0 commit comments

Comments
 (0)