MarcosFRGames commited on
Commit
c2562a9
·
verified ·
1 Parent(s): c6577ef

Update engines.json

Browse files
Files changed (1) hide show
  1. engines.json +7 -2
engines.json CHANGED
@@ -1,11 +1,16 @@
1
  [
 
 
 
 
 
2
  {
3
  "url": "https://huggingface.co/unsloth/Qwen3.5-2B-GGUF/resolve/main/Qwen3.5-2B-Q3_K_M.gguf",
4
- "name": "qwen3-2b",
5
  "n_batch": 128
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": 108
11
  }
 
1
  [
2
+ {
3
+ "url": "https://huggingface.co/unsloth/Qwen3.5-0.8B-GGUF/resolve/main/Qwen3.5-0.8B-Q3_K_M.gguf",
4
+ "name": "qwen3.5-0.8b",
5
+ "n_batch": 256
6
+ },
7
  {
8
  "url": "https://huggingface.co/unsloth/Qwen3.5-2B-GGUF/resolve/main/Qwen3.5-2B-Q3_K_M.gguf",
9
+ "name": "qwen3.5-2b",
10
  "n_batch": 128
11
  },
12
  {
13
+ "url": "https://huggingface.co/QuantFactory/Phi-3-mini-128k-instruct-GGUF/resolve/main/Phi-3-mini-128k-instruct.Q3_K_M.gguf",
14
  "name": "phi-3.5-mini-instruct",
15
  "n_batch": 108
16
  }