Skip to content

Commit c7389c9

Browse files
CharlesCNortonsherpan
authored andcommitted
Fixed indentation for owlvit model entry
Indentation of manifest entry was incorrectly offset to the left.
1 parent edc776a commit c7389c9

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

fiftyone/zoo/models/manifest-torch.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,38 +2966,38 @@
29662966
"date_added": "2024-01-17 14:25:51"
29672967
},
29682968
{
2969-
"base_name": "owlvit-base-patch32-torch",
2970-
"base_filename": null,
2971-
"version": null,
2972-
"description": "Faster zero-shot object detector that finds any object you describe using larger image patches for efficiency.",
2973-
"source": "https://huggingface.co/docs/transformers/tasks/zero_shot_object_detection",
2974-
"author": "Thomas Wolf, et al.",
2975-
"license": "Apache 2.0",
2976-
"size_bytes": 1229149172,
2977-
"default_deployment_config_dict": {
2978-
"type": "fiftyone.utils.transformers.FiftyOneZeroShotTransformerForObjectDetection",
2979-
"config": {
2980-
"name_or_path": "google/owlvit-base-patch32"
2981-
}
2982-
},
2983-
"requirements": {
2984-
"packages": ["torch", "torchvision", "transformers"],
2985-
"cpu": {
2986-
"support": true
2987-
},
2988-
"gpu": {
2989-
"support": true
2990-
}
2991-
},
2992-
"tags": [
2993-
"detection",
2994-
"logits",
2995-
"embeddings",
2996-
"torch",
2997-
"transformers",
2998-
"zero-shot"
2999-
],
3000-
"date_added": "2025-07-15 13:49:00"
2969+
"base_name": "owlvit-base-patch32-torch",
2970+
"base_filename": null,
2971+
"version": null,
2972+
"description": "Faster zero-shot object detector that finds any object you describe using larger image patches for efficiency.",
2973+
"source": "https://huggingface.co/docs/transformers/tasks/zero_shot_object_detection",
2974+
"author": "Thomas Wolf, et al.",
2975+
"license": "Apache 2.0",
2976+
"size_bytes": 1229149172,
2977+
"default_deployment_config_dict": {
2978+
"type": "fiftyone.utils.transformers.FiftyOneZeroShotTransformerForObjectDetection",
2979+
"config": {
2980+
"name_or_path": "google/owlvit-base-patch32"
2981+
}
2982+
},
2983+
"requirements": {
2984+
"packages": ["torch", "torchvision", "transformers"],
2985+
"cpu": {
2986+
"support": true
2987+
},
2988+
"gpu": {
2989+
"support": true
2990+
}
2991+
},
2992+
"tags": [
2993+
"detection",
2994+
"logits",
2995+
"embeddings",
2996+
"torch",
2997+
"transformers",
2998+
"zero-shot"
2999+
],
3000+
"date_added": "2025-07-15 13:49:00"
30013001
},
30023002
{
30033003
"base_name": "omdet-turbo-swin-tiny-torch",

0 commit comments

Comments
 (0)