Update delta-iris/crafter/config.json
Browse files
delta-iris/crafter/config.json
CHANGED
|
@@ -64,6 +64,7 @@
|
|
| 64 |
[
|
| 65 |
{
|
| 66 |
"name": "act_emb",
|
|
|
|
| 67 |
"signature":
|
| 68 |
{
|
| 69 |
"inputs": ["act"],
|
|
@@ -72,6 +73,7 @@
|
|
| 72 |
},
|
| 73 |
{
|
| 74 |
"name": "latents_emb",
|
|
|
|
| 75 |
"signature":
|
| 76 |
{
|
| 77 |
"inputs": ["latent_tokens"],
|
|
@@ -80,6 +82,7 @@
|
|
| 80 |
},
|
| 81 |
{
|
| 82 |
"name": "transformer",
|
|
|
|
| 83 |
"signature":
|
| 84 |
{
|
| 85 |
"call_mode": "auto"
|
|
@@ -87,12 +90,24 @@
|
|
| 87 |
},
|
| 88 |
{
|
| 89 |
"name": "frame_cnn",
|
|
|
|
| 90 |
"signature":
|
| 91 |
{
|
| 92 |
"inputs": ["obs"],
|
| 93 |
"call_mode": "auto"
|
| 94 |
}
|
| 95 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
]
|
| 97 |
},
|
| 98 |
{
|
|
@@ -143,12 +158,20 @@
|
|
| 143 |
[
|
| 144 |
{
|
| 145 |
"name": "decode",
|
|
|
|
| 146 |
"signature":
|
| 147 |
{
|
| 148 |
"inputs": ["obs", "act", "q", "should_clamp"],
|
| 149 |
"call_mode": "positional"
|
| 150 |
}
|
| 151 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
]
|
| 153 |
}
|
| 154 |
]
|
|
|
|
| 64 |
[
|
| 65 |
{
|
| 66 |
"name": "act_emb",
|
| 67 |
+
"sub_model_name": "act_emb",
|
| 68 |
"signature":
|
| 69 |
{
|
| 70 |
"inputs": ["act"],
|
|
|
|
| 73 |
},
|
| 74 |
{
|
| 75 |
"name": "latents_emb",
|
| 76 |
+
"sub_model_name": "latents_emb",
|
| 77 |
"signature":
|
| 78 |
{
|
| 79 |
"inputs": ["latent_tokens"],
|
|
|
|
| 82 |
},
|
| 83 |
{
|
| 84 |
"name": "transformer",
|
| 85 |
+
"sub_model_name": "transformer",
|
| 86 |
"signature":
|
| 87 |
{
|
| 88 |
"call_mode": "auto"
|
|
|
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"name": "frame_cnn",
|
| 93 |
+
"sub_model_name": "frame_cnn",
|
| 94 |
"signature":
|
| 95 |
{
|
| 96 |
"inputs": ["obs"],
|
| 97 |
"call_mode": "auto"
|
| 98 |
}
|
| 99 |
}
|
| 100 |
+
],
|
| 101 |
+
"methods":
|
| 102 |
+
[
|
| 103 |
+
{
|
| 104 |
+
"name": "blocks_left_in_kv_cache",
|
| 105 |
+
"method_name": "blocks_left_in_kv_cache"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"name": "reset_kv_cache",
|
| 109 |
+
"method_name": "reset_kv_cache"
|
| 110 |
+
}
|
| 111 |
]
|
| 112 |
},
|
| 113 |
{
|
|
|
|
| 158 |
[
|
| 159 |
{
|
| 160 |
"name": "decode",
|
| 161 |
+
"sub_model_name": "decode",
|
| 162 |
"signature":
|
| 163 |
{
|
| 164 |
"inputs": ["obs", "act", "q", "should_clamp"],
|
| 165 |
"call_mode": "positional"
|
| 166 |
}
|
| 167 |
}
|
| 168 |
+
],
|
| 169 |
+
"methods":
|
| 170 |
+
[
|
| 171 |
+
{
|
| 172 |
+
"name": "embed_tokens",
|
| 173 |
+
"method_name": "embed_tokens"
|
| 174 |
+
}
|
| 175 |
]
|
| 176 |
}
|
| 177 |
]
|