Skip to content

refactor model weights, utils for yoloworld variants to follow the new naming convention #481

Open
ashokkumarkannan1 wants to merge 1 commit intomainfrom
akannan/fix_yoloworld
Open

refactor model weights, utils for yoloworld variants to follow the new naming convention #481
ashokkumarkannan1 wants to merge 1 commit intomainfrom
akannan/fix_yoloworld

Conversation

@ashokkumarkannan1
Copy link
Contributor

@ashokkumarkannan1 ashokkumarkannan1 commented Feb 16, 2026

Problem description

  • Model variant names were updated to follow the new naming convention introduced in this PR:
    Update model names to human-readable format for presentation (#447) #472

  • However, this change breaks existing model loading because:
    a) Model weights stored in S3 are resolved using the variant name - s3://tt-ci-models-private/test_files/pytorch/yoloworld/
    b) Configuration loading logic also depends on the variant name.

As a result, renaming the variants without updating corresponding assets and references causes weight resolution and config loading failures.

What’s Changed

  • Refactored utilities and loader logic to align with the updated variant naming convention.
  • Renamed the weight files for all YOLOWorld variants in S3 to match the new naming scheme.

Checklist

  • New/Existing tests provide coverage for changes

Logs

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.

1 participant