inspector / ir /artifacts /depth_anything.json
lysandre's picture
lysandre HF Staff
Deploy architecture inspector
32d8c58 verified
Raw
History Blame Contribute Delete
1.28 kB
{
"architecture": {
"family": "depth_estimation",
"is_moe": false,
"view": "encoder"
},
"capabilities": {
"attention_backends": [
"eager"
],
"attention_patterns": [
"bidirectional"
],
"attention_schedule": null,
"task_heads": [
"depth_estimation"
],
"tensor_parallel": false
},
"components": [],
"config": {
"class_name": "DepthAnythingConfig",
"model_type": "depth_anything",
"module": "transformers.models.depth_anything.configuration_depth_anything",
"referenced_fields": {},
"salient_fields": {
"is_encoder_decoder": false
}
},
"edges": [],
"extends": null,
"model_type": "depth_anything",
"provenance": {
"config_class": "DepthAnythingConfig",
"config_module": "transformers.models.depth_anything.configuration_depth_anything",
"model_class": null,
"model_module": null
},
"repeats": [],
"schema_version": "architecture-template-v0",
"status": "config_only",
"templates": [],
"warnings": [
"meta build failed (ValueError): Unrecognized configuration class <class 'transformers.models.depth_anything.configuration_depth_anything.DepthAnythingConfig'> for this kind of AutoModel: AutoModel.\nModel type should be one of GPT2Co"
]
}