Skip to content

fix(export): main double-split the precisions flag - #109

Merged
ronaldtse merged 1 commit into
mainfrom
fix/export-entrypoint
Aug 31, 2026
Merged

fix(export): main double-split the precisions flag#109
ronaldtse merged 1 commit into
mainfrom
fix/export-entrypoint

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

Every plain 'modal run src/gpu/modal_export.py --model X' died with 'list object has no attribute split': main passed precisions.split(",") to export_model, which splits again. The entrypoints that were actually used (parity/margins/rebuild_int8) were unaffected, which is why this survived. Found relaunching the tha-g2p-small fp32 export for the head32 sweep.

…ts again

'AttributeError: list object has no attribute split' on every plain
'modal run src/gpu/modal_export.py --model X' — the un-suffixed
entrypoint has been broken since export_model learned to split;
parity/margins/rebuild_int8 paths were unaffected.
@ronaldtse
ronaldtse merged commit 3686631 into main Aug 31, 2026
3 checks passed
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