Ferrell Synthetic Intelligence commited on
Commit
2d4ed0b
·
1 Parent(s): 47a24c7

Remove duplicate runtime manifest

Browse files
Files changed (1) hide show
  1. runtime/manifest.json +0 -61
runtime/manifest.json DELETED
@@ -1,61 +0,0 @@
1
- {
2
- "schema_version": "1.0",
3
- "project": "aide-sovereign-workbench",
4
- "offline_default": true,
5
- "models": [
6
- {
7
- "id": "qwen-coder-reasoning-fallback",
8
- "name": "Qwen Coder (temporary reasoning fallback)",
9
- "lane": "research",
10
- "status": "experimental",
11
- "roles": ["research", "verify"],
12
- "format": "GGUF / safetensors",
13
- "runtime": "OpenAI-compatible HTTP",
14
- "endpoint": "http://127.0.0.1:8081/v1",
15
- "model": "qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",
16
- "artifact_uri": "local:///root/models/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",
17
- "source_revision": "Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF@main",
18
- "parameters": 1540000000,
19
- "context_tokens": 4096,
20
- "metrics": {"runtime_health": "verified", "coding_smoke": "passed"},
21
- "description": "Temporary reasoning fallback until Liquid AI LFM2.5 Thinking is located. Replace without changing the harness.",
22
- "system_prompt": "You are the research and evidence lane. Analyze the task, identify constraints and risks, cite only supplied workspace evidence, and return concise structured findings. Do not edit files."
23
- },
24
- {
25
- "id": "qwen-coder-1.5b-q4",
26
- "name": "Qwen2.5-Coder 1.5B Instruct Q4_K_M",
27
- "lane": "build",
28
- "status": "ready",
29
- "roles": ["build"],
30
- "format": "GGUF / safetensors",
31
- "runtime": "OpenAI-compatible HTTP",
32
- "endpoint": "http://127.0.0.1:8081/v1",
33
- "model": "qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",
34
- "artifact_uri": "local:///root/models/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",
35
- "source_revision": "Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF@main",
36
- "parameters": 1540000000,
37
- "context_tokens": 4096,
38
- "metrics": {"runtime_health": "verified", "coding_smoke": "passed"},
39
- "description": "Recommended small coding model. License: Apache-2.0; verify the downloaded revision and checksum.",
40
- "system_prompt": "You are the build lane. Produce a minimal unified diff only. Never invent files or claim tests passed."
41
- },
42
- {
43
- "id": "qwen-coder-verifier-fallback",
44
- "name": "Qwen Coder (temporary verifier fallback)",
45
- "lane": "verify",
46
- "status": "experimental",
47
- "roles": ["verify"],
48
- "format": "role-routed",
49
- "runtime": "OpenAI-compatible HTTP",
50
- "endpoint": "http://127.0.0.1:8081/v1",
51
- "model": "qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",
52
- "artifact_uri": "local:///root/models/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",
53
- "source_revision": "Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF@main",
54
- "parameters": 1540000000,
55
- "context_tokens": 4096,
56
- "metrics": {"runtime_health": "verified", "coding_smoke": "passed"},
57
- "description": "Temporary verifier fallback. Replace with Liquid AI LFM2.5 Thinking when its checkpoint is available.",
58
- "system_prompt": "You are the verification lane. Inspect the proposed patch and return APPROVE, REJECT, or NEEDS-EVIDENCE with concrete reasons. Do not edit files."
59
- }
60
- ]
61
- }