-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose_registry.json
More file actions
35 lines (35 loc) · 868 Bytes
/
compose_registry.json
File metadata and controls
35 lines (35 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"base_model": "Qwen/Qwen2.5-7B",
"experts": {
"bash": {
"path": "/Users/tom/Code/tomsiwik/llm/adapters/bash",
"domain": "bash",
"rank": 16,
"added": "2026-03-08 16:01:23"
},
"math": {
"path": "/Users/tom/Code/tomsiwik/llm/adapters/math",
"domain": "math",
"rank": 16,
"added": "2026-03-08 16:01:23"
},
"medical": {
"path": "/Users/tom/Code/tomsiwik/llm/adapters/medical",
"domain": "medical",
"rank": 16,
"added": "2026-03-08 16:01:23"
},
"python": {
"path": "/Users/tom/Code/tomsiwik/llm/adapters/python",
"domain": "python",
"rank": 16,
"added": "2026-03-08 16:01:23"
},
"sql": {
"path": "/Users/tom/Code/tomsiwik/llm/adapters/sql",
"domain": "sql",
"rank": 16,
"added": "2026-03-08 16:01:23"
}
}
}