Skip to content

Commit 92a3829

Browse files
Benjamin CheungBenjamin Cheung
authored andcommitted
fix: remove the extra echo line
1 parent 8da9058 commit 92a3829

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/scripts/test_llama.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ if [[ "${QUANTIZE_KV_CACHE}" == "ON" ]]; then
301301
EXPORT_ARGS="${EXPORT_ARGS} model.quantize_kv_cache=true"
302302
fi
303303

304-
# Display the time
305-
echo "Configuration: MODE=${MODE}, DTYPE=${DTYPE}, MODEL=${MODEL_NAME}"
306304
EXPORT_START_TIME=$(date +%s)
307305

308306
# Add dynamically linked library location

0 commit comments

Comments
 (0)