Skip to content

Commit c39d562

Browse files
author
Lorenzo Toniazzi
committed
Rephrase prompt lora
1 parent f249ca4 commit c39d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lora_conversion_and_inference.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ run_conversion_and_inference_lora() {
2525
llama-cli -m reduce-llms-for-testing/$model_name/size=$size_matrix/base/Base-$model_size_mb-F32.gguf -p "<bos>When forty winters shall besiege" -n 50
2626

2727
echo "Running llama-cli with lora for $model_name with size $size_matrix and model size $model_size_mb..."
28-
llama-cli -m reduce-llms-for-testing/$model_name/size=$size_matrix/base/Base-$model_size_mb-F32.gguf --lora reduce-llms-for-testing/$model_name/size=$size_matrix/lora/Lora-F32-LoRA.gguf -p "<bos>I see a " -n 50
28+
llama-cli -m reduce-llms-for-testing/$model_name/size=$size_matrix/base/Base-$model_size_mb-F32.gguf --lora reduce-llms-for-testing/$model_name/size=$size_matrix/lora/Lora-F32-LoRA.gguf -p "<bos>I see a little silhouetto" -n 50
2929

3030
# TODO add merge lora with lora-export and check
3131

0 commit comments

Comments
 (0)