Skip to content

Commit 5afd639

Browse files
committed
fix merge conflicts
1 parent 98f0d30 commit 5afd639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/scripts/test_llama.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ UPLOAD_DIR="${UPLOAD_DIR:-}"
5151
# Default PT2E_QUANTIZE to empty string if not set
5252
PT2E_QUANTIZE="${PT2E_QUANTIZE:-}"
5353

54+
# Default CMAKE_BUILD_TYPE to release mode
5455
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release}
56+
5557
if [[ $# -lt 4 ]]; then # Assuming 4 mandatory args
5658
echo "Expecting atleast 4 positional arguments"
5759
echo "Usage: [...]"

0 commit comments

Comments
 (0)