addy-hypr4 commited on
Commit
bcfbf2d
·
1 Parent(s): b64f835

feat: changes default base llm from llama to qwen

Browse files
Files changed (1) hide show
  1. models_manifest.json +11 -57
models_manifest.json CHANGED
@@ -192,71 +192,25 @@
192
  ]
193
  },
194
  {
195
- "id": "gemma_4_reasoning",
196
- "name": "Gemma 4 Reasoning LLM",
197
  "category": "llm",
198
  "subcategory": "main",
199
- "description": "Smart conversational engine. Great balance of speed and intelligence for general tasks.",
200
- "parameters": "2.4B (Q4_K_M)",
201
- "ram_usage": "~1.4 GB",
202
- "tradeoffs": "Supports tool calling and smart reasoning",
203
  "version": "1.0.0",
204
  "is_built_in": false,
205
  "is_cloud": false,
206
  "is_remote": false,
207
  "files": [
208
  {
209
- "id": "llm_gemma_4_q4_k_m",
210
- "path": "llm/gemma4/gemma-4-e2b-q4_k_m.gguf",
211
- "size": 3462678272,
212
- "sha256": "b5310340b3a23d31655d7119d100d5df1b2d8ee17b3ca8b0a23ad7e9eb5fa705",
213
- "required": false
214
- }
215
- ]
216
- },
217
- {
218
- "id": "llama_3_2_reasoning_q4",
219
- "name": "Llama 3.2 1B (Q4)",
220
- "category": "llm",
221
- "subcategory": "main",
222
- "description": "Fast and concise model. Optimized for ultra-low latency quick replies.",
223
- "parameters": "1.2B (Q4_K_M)",
224
- "ram_usage": "~750 MB",
225
- "tradeoffs": "Ultra-fast response time; lightweight",
226
- "version": "1.0.0",
227
- "is_built_in": false,
228
- "is_cloud": false,
229
- "is_remote": false,
230
- "files": [
231
- {
232
- "id": "llm_llama_3_2_1b_instruct_q4_k_m",
233
- "path": "llm/llama/llama-3.2-1b-q4_k_m.gguf",
234
- "size": 807694464,
235
- "sha256": "6f85a640a97cf2bf5b8e764087b1e83da0fdb51d7c9fab7d0fece9385611df83",
236
- "required": false
237
- }
238
- ]
239
- },
240
- {
241
- "id": "llama_3_2_reasoning",
242
- "name": "Llama 3.2 1B (Q6)",
243
- "category": "llm",
244
- "subcategory": "main",
245
- "description": "Higher precision model. Delivers detailed, high-fidelity answers.",
246
- "parameters": "1.2B (Q6_K)",
247
- "ram_usage": "~1.0 GB",
248
- "tradeoffs": "Higher output fidelity; slightly slower response",
249
- "version": "1.0.0",
250
- "is_built_in": false,
251
- "is_cloud": false,
252
- "is_remote": false,
253
- "files": [
254
- {
255
- "id": "llm_llama_3_2_1b_instruct_q6_k",
256
- "path": "llm/llama/llama-3.2-1b-q6_k.gguf",
257
- "size": 1021800576,
258
- "sha256": "0f4c510daf16e0d1b3bc94931fd9296c28936bebdda2593687d4eb70c5b70628",
259
- "required": false
260
  }
261
  ]
262
  },
 
192
  ]
193
  },
194
  {
195
+ "id": "qwen_3_5_0_8b",
196
+ "name": "Qwen 3.5 0.8B (Q4)",
197
  "category": "llm",
198
  "subcategory": "main",
199
+ "description": "Ultra-fast and intelligent multilingual conversational engine with official ChatML template.",
200
+ "parameters": "0.8B (Q4_K_M)",
201
+ "ram_usage": "~550 MB",
202
+ "tradeoffs": "Extremely fast TTFT and high throughput for English and Hindi conversational inference",
203
  "version": "1.0.0",
204
  "is_built_in": false,
205
  "is_cloud": false,
206
  "is_remote": false,
207
  "files": [
208
  {
209
+ "id": "llm_qwen_3_5_0_8b_q4_k_m",
210
+ "path": "llm/qwen/qwen-3.5-0.8b-q4_k_m.gguf",
211
+ "size": 532517120,
212
+ "sha256": "bd258782e35f7f458f8aced1adc053e6e92e89bc735ba3be89d38a06121dc517",
213
+ "required": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  }
215
  ]
216
  },