MarcosFRGames commited on
Commit
82f2731
·
verified ·
1 Parent(s): d830813

Update engines.json

Browse files
Files changed (1) hide show
  1. engines.json +2 -12
engines.json CHANGED
@@ -1,22 +1,12 @@
1
  [
2
  {
3
- "url": "https://huggingface.co/davelsphere/granite-3.0-1b-a400m-instruct-Q4_K_M-GGUF/resolve/main/granite-3.0-1b-a400m-instruct-q4_k_m.gguf",
4
- "name": "granite3-1b-instruct",
5
  "n_batch": 256
6
  },
7
  {
8
  "url": "https://huggingface.co/Mungert/MiniCPM4-0.5B-GGUF/resolve/main/MiniCPM4-0.5B-iq3_m.gguf",
9
  "name": "minicpm4-0.5b",
10
  "n_batch": 256
11
- },
12
- {
13
- "url": "https://huggingface.co/unsloth/Qwen3.5-2B-GGUF/resolve/main/Qwen3.5-2B-Q3_K_M.gguf",
14
- "name": "qwen3.5-2b",
15
- "n_batch": 128
16
- },
17
- {
18
- "url": "https://huggingface.co/QuantFactory/Phi-3-mini-128k-instruct-GGUF/resolve/main/Phi-3-mini-128k-instruct.Q3_K_M.gguf",
19
- "name": "phi-3.5-mini-instruct",
20
- "n_batch": 108
21
  }
22
  ]
 
1
  [
2
  {
3
+ "url": "https://huggingface.co/mradermacher/LLaDA-MoE-7B-A1B-Instruct-GGUF/resolve/main/LLaDA-MoE-7B-A1B-Instruct.Q3_K_M.gguf",
4
+ "name": "llada",
5
  "n_batch": 256
6
  },
7
  {
8
  "url": "https://huggingface.co/Mungert/MiniCPM4-0.5B-GGUF/resolve/main/MiniCPM4-0.5B-iq3_m.gguf",
9
  "name": "minicpm4-0.5b",
10
  "n_batch": 256
 
 
 
 
 
 
 
 
 
 
11
  }
12
  ]