Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"LatentRecurrentDepthModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoModel": "modeling_latent_recurrent_depth.LatentRecurrentDepthModel"
|
| 7 |
"AutoModelForCausalLM": "modeling_latent_recurrent_depth.LatentRecurrentDepthModel",
|
| 8 |
"AutoConfig": "modeling_latent_recurrent_depth.LatentRecurrentDepthConfig"
|
| 9 |
},
|
|
|
|
| 3 |
"LatentRecurrentDepthModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoModel": "modeling_latent_recurrent_depth.LatentRecurrentDepthModel",
|
| 7 |
"AutoModelForCausalLM": "modeling_latent_recurrent_depth.LatentRecurrentDepthModel",
|
| 8 |
"AutoConfig": "modeling_latent_recurrent_depth.LatentRecurrentDepthConfig"
|
| 9 |
},
|