buley commited on
Commit
799b180
·
verified ·
1 Parent(s): 1f2dfc8

Fix model card accuracy (format/filename)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,14 +27,14 @@ Forkjoin.ai conversion of [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Q
27
  ### With llama.cpp
28
 
29
  ```bash
30
- ./llama-cli -m qwen2.5-vl-7b-instruct-gguf.gguf -p "Your prompt here" -n 256
31
  ```
32
 
33
  ### With Ollama
34
 
35
  Create a `Modelfile`:
36
  ```
37
- FROM ./qwen2.5-vl-7b-instruct-gguf.gguf
38
  ```
39
 
40
  ```bash
 
27
  ### With llama.cpp
28
 
29
  ```bash
30
+ ./llama-cli -m Qwen_Qwen2.5-VL-7B-Instruct-Q4_K_M.gguf -p "Your prompt here" -n 256
31
  ```
32
 
33
  ### With Ollama
34
 
35
  Create a `Modelfile`:
36
  ```
37
+ FROM ./Qwen_Qwen2.5-VL-7B-Instruct-Q4_K_M.gguf
38
  ```
39
 
40
  ```bash