MarcosFRGames commited on
Commit
32786fb
·
verified ·
1 Parent(s): 01a3126

Update engines.json

Browse files
Files changed (1) hide show
  1. engines.json +2 -7
engines.json CHANGED
@@ -1,17 +1,12 @@
1
  [
2
  {
3
- "url": "https://huggingface.co/MaziyarPanahi/reader-lm-1.5b-GGUF/resolve/main/reader-lm-1.5b.Q4_K_M.gguf",
4
- "name": "reader-lm-1.5b",
5
  "n_batch": 108
6
  },
7
  {
8
  "url": "https://huggingface.co/QuantFactory/Phi-3-mini-128k-instruct-GGUF/resolve/main/Phi-3-mini-128k-instruct.Q4_K_M.gguf",
9
  "name": "phi-3.5-mini-instruct",
10
  "n_batch": 72
11
- },
12
- {
13
- "url": "https://huggingface.co/unsloth/Qwen3-4B-GGUF/resolve/main/Qwen3-4B-Q4_K_M.gguf",
14
- "name": "qwen3-4b",
15
- "n_batch": 72
16
  }
17
  ]
 
1
  [
2
  {
3
+ "url": "https://huggingface.co/mradermacher/L3-8B-Lunaris-v1-GGUF/resolve/main/L3-8B-Lunaris-v1.Q4_K_M.gguf",
4
+ "name": "l3-8b-lunaris-v1",
5
  "n_batch": 108
6
  },
7
  {
8
  "url": "https://huggingface.co/QuantFactory/Phi-3-mini-128k-instruct-GGUF/resolve/main/Phi-3-mini-128k-instruct.Q4_K_M.gguf",
9
  "name": "phi-3.5-mini-instruct",
10
  "n_batch": 72
 
 
 
 
 
11
  }
12
  ]