MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / show_additional_info

Function show_additional_info

examples/llava/llava-cli.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176static void show_additional_info(int /*argc*/, char ** argv) {
177 printf("\n example usage: %s -m <llava-v1.5-7b/ggml-model-q5_k.gguf> --mmproj <llava-v1.5-7b/mmproj-model-f16.gguf> --image <path/to/an/image.jpg> [--temp 0.1] [-p \"describe the image in detail.\"]\n", argv[0]);
178 printf(" note: a lower temperature value like 0.1 is recommended for better quality.\n");
179}
180
181static struct llava_image_embed * load_image(llava_context * ctx_llava, gpt_params * params) {
182

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected