Skip to content

Commit 943baac

Browse files
author
Lorenzo Toniazzi
committed
Cleanup prints
1 parent dda1912 commit 943baac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_lora_conversion_and_inference.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ run_conversion_and_inference_lora() {
5454
# Store the results in the regular array
5555
results+=("
5656
\n\033[1mResults for $model_name with size $size_matrix:\033[0m
57-
\n • \033[32mBase:\n$OUTPUT_BASE
58-
\n • \033[34mLora hot:\n$OUTPUT_LORA_HOT
59-
\n • \033[36mLora merged:\n$OUTPUT_LORA_MERGED
57+
\n\033[32mBase:\n$OUTPUT_BASE
58+
\n\033[34mLora hot:\n$OUTPUT_LORA_HOT
59+
\n\033[36mLora merged:\n$OUTPUT_LORA_MERGED
6060
\n \033[0m
6161
")
6262

0 commit comments

Comments
 (0)