Skip to content

Commit 8777473

Browse files
committed
Remove white trailing
1 parent 23bce61 commit 8777473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/README-qwen2vl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Without defining the system prompt in the prompt, it will default to `You are a
2828
./llama-qwen2vl-cli -m /models/Qwen2-VL-2B-Instruct-Q4_0.gguf --mmproj /models/mmproj-Qwen2-VL-2B-Instruct-f32.gguf -p '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\n<|vision_start|><|vision_pad|><|vision_end|>Describe this image.' --image '/models/test_image.jpg'
2929
```
3030

31-
**Note**: A lower temperature like 0.1 is recommended for better quality. Add `--temp 0.1` to the command to do so.
31+
**Note**: A lower temperature like 0.1 is recommended for better quality. Add `--temp 0.1` to the command to do so.
3232
**Note**: For GPU offloading, ensure to use the `-ngl` flag as usual.
3333

3434
## GGUF Conversion

0 commit comments

Comments
 (0)