Skip to content

Conversation

@CharlesCNorton
Copy link
Member

@CharlesCNorton CharlesCNorton commented Nov 20, 2025

Corrected size_bytes values for three ConvNeXt models in manifest-torch.json that were incorrectly doubled:

  • convnext-tiny-224-torch: 457,742,046 → 228,984,557 bytes (437 → 218 MB)

  • convnext-base-224-torch: 1,417,939,660 → 709,242,057 bytes (1352 → 676 MB)

  • convnext-large-224-torch: 3,164,754,044 → 1,582,656,553 bytes (3018 → 1509 MB)

  • Add official tag to 18 models: segment-anything variants, densenet161,
    resnext50-32x4d, retinanet-resnet50-fpn, squeezenet-1.1, convnext-tiny/large,
    rtdetr-v2-s, and vitpose models

@CharlesCNorton CharlesCNorton requested review from a team as code owners November 20, 2025 21:51
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 20, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • fiftyone/zoo/models/manifest-torch.json is excluded by !**/*.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-convnext-sizes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@CharlesCNorton CharlesCNorton force-pushed the fix-convnext-sizes branch 2 times, most recently from 414dc1f to 03db159 Compare November 20, 2025 22:44
- convnext-tiny: 457,742,046 -> 228,984,557 bytes (437 -> 218 MB)
- convnext-base: 1,417,939,660 -> 709,242,057 bytes (1352 -> 676 MB)
- convnext-large: 3,164,754,044 -> 1,582,656,553 bytes (3018 -> 1509 MB)
- Add official tag to 18 models: segment-anything variants, densenet161,
  resnext50-32x4d, retinanet-resnet50-fpn, squeezenet-1.1, convnext-tiny/large,
  rtdetr-v2-s, and vitpose models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants