trohrbaugh commited on
Commit
aad1954
·
verified ·
1 Parent(s): 67fc26f

aux-rescue: write .aux_rescue.json marker

Browse files
Files changed (1) hide show
  1. .aux_rescue.json +25 -0
.aux_rescue.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tool": "aux-rescue",
3
+ "version": "0.1.1",
4
+ "homepage": "https://github.com/timrohrbaugh/aux-rescue",
5
+ "rescued_at": "2026-05-02T02:14:40+00:00",
6
+ "source": "Qwen/Qwen3.5-35B-A3B",
7
+ "out_file": "model-auxiliary.safetensors",
8
+ "tensor_count": 785,
9
+ "include_prefix": [
10
+ "mtp."
11
+ ],
12
+ "exclude_prefix": [],
13
+ "sample_keys": [
14
+ "mtp.fc.weight",
15
+ "mtp.layers.0.self_attn.o_proj.weight",
16
+ "mtp.layers.0.self_attn.q_proj.weight",
17
+ "mtp.layers.0.input_layernorm.weight",
18
+ "mtp.layers.0.mlp.experts.0.down_proj.weight",
19
+ "mtp.layers.0.mlp.experts.0.gate_proj.weight",
20
+ "mtp.layers.0.mlp.experts.0.up_proj.weight",
21
+ "mtp.layers.0.mlp.experts.1.down_proj.weight",
22
+ "mtp.layers.0.mlp.experts.1.gate_proj.weight",
23
+ "mtp.layers.0.mlp.experts.1.up_proj.weight"
24
+ ]
25
+ }