File size: 1,283 Bytes
32d8c58 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | {
"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"
]
}
|