dealignai commited on
Commit
55cdbf7
·
verified ·
1 Parent(s): 01b4e5b

capabilities: stamp reasoning/tool parser + cache_type for vmlx CapabilityDetector Tier-1

Browse files
Files changed (1) hide show
  1. jang_config.json +11 -1
jang_config.json CHANGED
@@ -75,5 +75,15 @@
75
  ],
76
  "strength": 0.6,
77
  "modified_tensors": 60
 
 
 
 
 
 
 
 
 
 
78
  }
79
- }
 
75
  ],
76
  "strength": 0.6,
77
  "modified_tensors": 60
78
+ },
79
+ "capabilities": {
80
+ "reasoning_parser": "gemma4",
81
+ "tool_parser": "gemma4",
82
+ "think_in_template": false,
83
+ "supports_tools": true,
84
+ "supports_thinking": true,
85
+ "family": "gemma4",
86
+ "modality": "vision",
87
+ "cache_type": "kv"
88
  }
89
+ }