buley commited on
Commit
8553662
·
verified ·
1 Parent(s): 36e2675

Fix model card accuracy (format/filename)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ pipeline_tag: image-text-to-text
40
  ### With llama.cpp
41
 
42
  ```bash
43
- ./llama-cli -m qwen2.5-vl-3b-instruct-q4_k_m.gguf -p "Your prompt here" -n 256
44
  ```
45
 
46
  ### With Aether (Distributed Inference)
 
40
  ### With llama.cpp
41
 
42
  ```bash
43
+ ./llama-cli -m Qwen2.5-VL-3B-Instruct-Q4_K_M.gguf -p "Your prompt here" -n 256
44
  ```
45
 
46
  ### With Aether (Distributed Inference)