Commit b8825c8
Fix variant filtering in consolidation script
The variant filter was using `_variant={variant}_` which failed to match
directory names like `author_variant=content_tokenizer=...` because there's
no underscore between the variant name and the next parameter.
Changed to `variant={variant}` to correctly match all variant models.
This fixes the issue where only 1 model (371 rows) was being consolidated
instead of all 80 models (360,640 rows) for content-only variant.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 912dc5f commit b8825c8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments