jedisct1 commited on
Commit
1a12e9b
·
verified ·
1 Parent(s): c55021c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -12
README.md CHANGED
@@ -155,18 +155,6 @@ llama-server \
155
  --reasoning off
156
  ```
157
 
158
- If your llama.cpp build does not auto-select the split GGUF set, pass the first shard explicitly:
159
-
160
- ```sh
161
- llama-server \
162
- -hf jedisct1/MiMo-V2.5-coder-Q2-v2 \
163
- --hf-file MiMo-V2.5-coder-Q2-00001-of-00016.gguf \
164
- --ctx-size 100000 \
165
- --flash-attn on \
166
- --jinja \
167
- --reasoning off
168
- ```
169
-
170
  If you cloned or downloaded the repository locally, you can use the helper script:
171
 
172
  ```sh
 
155
  --reasoning off
156
  ```
157
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  If you cloned or downloaded the repository locally, you can use the helper script:
159
 
160
  ```sh