auto-map-test / config.json
aaxaxax's picture
Add model with auto_map
5f41343
{
"architectures": ["CustomModel"],
"auto_map": {
"AutoModel": "model.CustomModel",
"AutoModelForCausalLM": "model.CustomModel"
},
"model_type": "custom",
"torch_dtype": "float32"
}