We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda1912 commit 943baacCopy full SHA for 943baac
tests/test_lora_conversion_and_inference.sh
@@ -54,9 +54,9 @@ run_conversion_and_inference_lora() {
54
# Store the results in the regular array
55
results+=("
56
\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
+ \n\033[32m • Base:\n$OUTPUT_BASE
+ \n\033[34m • Lora hot:\n$OUTPUT_LORA_HOT
+ \n\033[36m • Lora merged:\n$OUTPUT_LORA_MERGED
60
\n \033[0m
61
")
62
0 commit comments