Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
| 8 |
"HunyuanImage3ForCausalMM"
|
| 9 |
],
|
| 10 |
"auto_map": {
|
| 11 |
-
"AutoConfig": "
|
| 12 |
-
"AutoModel": "
|
| 13 |
-
"AutoModelForCausalLM": "
|
| 14 |
},
|
| 15 |
"attention_bias": false,
|
| 16 |
"attention_dropout": 0.0,
|
|
@@ -282,3 +282,4 @@
|
|
| 282 |
"torch_dtype": "float32"
|
| 283 |
}
|
| 284 |
}
|
|
|
|
|
|
| 8 |
"HunyuanImage3ForCausalMM"
|
| 9 |
],
|
| 10 |
"auto_map": {
|
| 11 |
+
"AutoConfig": "configuration_hunyuan.HunyuanImage3Config",
|
| 12 |
+
"AutoModel": "hunyuan.HunyuanImage3Model",
|
| 13 |
+
"AutoModelForCausalLM": "hunyuan.HunyuanImage3ForCausalMM"
|
| 14 |
},
|
| 15 |
"attention_bias": false,
|
| 16 |
"attention_dropout": 0.0,
|
|
|
|
| 282 |
"torch_dtype": "float32"
|
| 283 |
}
|
| 284 |
}
|
| 285 |
+
|