add llama.cpp prefix to gguf conversion help messages (#4016)
This commit is contained in:
parent
c6e82c00eb
commit
b72614ef43
1 changed files with 2 additions and 2 deletions
|
|
@ -2038,13 +2038,13 @@ def unsloth_save_pretrained_gguf(
|
|||
if is_vlm_update:
|
||||
print("\n")
|
||||
print(
|
||||
f"Unsloth: example usage for Multimodal LLMs: llama-mtmd-cli -m {all_file_locations[0]} --mmproj {all_file_locations[-1]}"
|
||||
f"Unsloth: example usage for Multimodal LLMs: llama.cpp/llama-mtmd-cli -m {all_file_locations[0]} --mmproj {all_file_locations[-1]}"
|
||||
)
|
||||
print("Unsloth: load image inside llama.cpp runner: /image test_image.jpg")
|
||||
print("Unsloth: Prompt model to describe the image")
|
||||
else:
|
||||
print(
|
||||
f'Unsloth: example usage for text only LLMs: llama-cli --model {all_file_locations[0]} -p "why is the sky blue?"'
|
||||
f'Unsloth: example usage for text only LLMs: llama.cpp/llama-cli --model {all_file_locations[0]} -p "why is the sky blue?"'
|
||||
)
|
||||
|
||||
if ollama_success:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue