jedisct1 commited on
Commit
b55d1ae
·
verified ·
1 Parent(s): 56a9fa5

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -75,14 +75,6 @@ llama-server \
75
 
76
  This starts an OpenAI-compatible server on `127.0.0.1:8080`. The repository contains one GGUF split set, so recent llama.cpp builds should select the first shard automatically.
77
 
78
- If your llama.cpp build does not auto-select the split file, point it at the first shard explicitly:
79
-
80
- ```sh
81
- llama-server \
82
- -hf jedisct1/MiMo-V2.5-coder-Q2 \
83
- --hf-file MiMo-V2.5-coder-Q2-00001-of-00016.gguf
84
- ```
85
-
86
  If you cloned or downloaded the repository locally, you can use the included helper script instead:
87
 
88
  ```sh
 
75
 
76
  This starts an OpenAI-compatible server on `127.0.0.1:8080`. The repository contains one GGUF split set, so recent llama.cpp builds should select the first shard automatically.
77
 
 
 
 
 
 
 
 
 
78
  If you cloned or downloaded the repository locally, you can use the included helper script instead:
79
 
80
  ```sh