MarcosFRGames commited on
Commit
8eb546e
·
verified ·
1 Parent(s): 6490114

Update engines.json

Browse files
Files changed (1) hide show
  1. engines.json +6 -1
engines.json CHANGED
@@ -7,6 +7,11 @@
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": 64
 
 
 
 
 
11
  }
12
  ]
 
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
  ]