ManniX-ITA commited on
Commit
79cb374
·
verified ·
1 Parent(s): 38f9a49

README: update file-name references after rename

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  license: apache-2.0
8
  ---
9
 
10
- # v4-mlp-passthrough-GGUF
11
 
12
  GGUF quantizations of [Qwen/Qwen3.6-27B](https://huggingface.co/Qwen/Qwen3.6-27B).
13
 
@@ -23,7 +23,7 @@ All quants made using imatrix with [calibration data v5](https://gist.github.com
23
 
24
  With [llama.cpp](https://github.com/ggml-org/llama.cpp):
25
  ```bash
26
- llama-server -m v4-mlp-passthrough-Q4_K_M.gguf -c 8192 -ngl 99
27
  ```
28
 
29
  With [ollama](https://ollama.ai) (requires Modelfile or HF direct load).
 
7
  license: apache-2.0
8
  ---
9
 
10
+ # Qwen3.6-27B-Omnimerge-v4-GGUF
11
 
12
  GGUF quantizations of [Qwen/Qwen3.6-27B](https://huggingface.co/Qwen/Qwen3.6-27B).
13
 
 
23
 
24
  With [llama.cpp](https://github.com/ggml-org/llama.cpp):
25
  ```bash
26
+ llama-server -m Qwen3.6-27B-Omnimerge-v4-Q4_K_M.gguf -c 8192 -ngl 99
27
  ```
28
 
29
  With [ollama](https://ollama.ai) (requires Modelfile or HF direct load).