Update with commit 9a6be63fdb77af107b340cfbdcc3f0d9d47d7c9c
Browse filesSee: https://github.com/huggingface/transformers/commit/9a6be63fdb77af107b340cfbdcc3f0d9d47d7c9c
- frameworks.json +1 -0
- pipeline_tags.json +2 -0
frameworks.json
CHANGED
@@ -56,6 +56,7 @@
|
|
56 |
{"model_type":"deformable_detr","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
57 |
{"model_type":"deit","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoImageProcessor"}
|
58 |
{"model_type":"depth_anything","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
|
|
59 |
{"model_type":"deta","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
60 |
{"model_type":"detr","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
61 |
{"model_type":"diffllama","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoTokenizer"}
|
|
|
56 |
{"model_type":"deformable_detr","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
57 |
{"model_type":"deit","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoImageProcessor"}
|
58 |
{"model_type":"depth_anything","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
59 |
+
{"model_type":"depth_pro","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
60 |
{"model_type":"deta","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
61 |
{"model_type":"detr","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
62 |
{"model_type":"diffllama","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoTokenizer"}
|
pipeline_tags.json
CHANGED
@@ -164,6 +164,8 @@
|
|
164 |
{"model_class":"DeiTForImageClassificationWithTeacher","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
165 |
{"model_class":"DeiTModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
166 |
{"model_class":"DepthAnythingForDepthEstimation","pipeline_tag":"depth-estimation","auto_class":"AutoModelForDepthEstimation"}
|
|
|
|
|
167 |
{"model_class":"DetaForObjectDetection","pipeline_tag":"object-detection","auto_class":"AutoModelForObjectDetection"}
|
168 |
{"model_class":"DetaModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
169 |
{"model_class":"DetrForObjectDetection","pipeline_tag":"object-detection","auto_class":"AutoModelForObjectDetection"}
|
|
|
164 |
{"model_class":"DeiTForImageClassificationWithTeacher","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
165 |
{"model_class":"DeiTModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
166 |
{"model_class":"DepthAnythingForDepthEstimation","pipeline_tag":"depth-estimation","auto_class":"AutoModelForDepthEstimation"}
|
167 |
+
{"model_class":"DepthProForDepthEstimation","pipeline_tag":"depth-estimation","auto_class":"AutoModelForDepthEstimation"}
|
168 |
+
{"model_class":"DepthProModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
169 |
{"model_class":"DetaForObjectDetection","pipeline_tag":"object-detection","auto_class":"AutoModelForObjectDetection"}
|
170 |
{"model_class":"DetaModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
171 |
{"model_class":"DetrForObjectDetection","pipeline_tag":"object-detection","auto_class":"AutoModelForObjectDetection"}
|