ReadAlongs / Studio

Audiobook alignment for Indigenous languages
https://readalongs.github.io/Studio/
Other
34 stars 20 forks source link

Consider splicing the model out of the repo and PyPI release #130

Open joanise opened 1 year ago

joanise commented 1 year ago

The last release was a 50mb bundle because it now includes the cmusphinx model as part of the release.

This is OK, but we cannot let the bundle get much bigger, especially since PyPI has a size limit of 60mb by default.

See https://www.dampfkraft.com/code/distributing-large-files-with-pypi.html for a potential solution, like having the model as a downloadable file on the GitHub release instead of inside the PyPI bundle.

joanise commented 1 year ago

But this is not urgent: we're under the limit and things work as they are for now.

dhdaines commented 1 year ago

I'm making the model smaller, too 😀

Le lun. 14 nov. 2022, 14 h 08, Eric Joanis @.***> a écrit :

But this is not urgent: we're under the limit and things work as they are for now.

— Reply to this email directly, view it on GitHub https://github.com/ReadAlongs/Studio/issues/130#issuecomment-1314243009, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZLYUGHTG3ACUNA4CDE2SDWIKEZLANCNFSM6AAAAAASAERB2Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

joanise commented 1 year ago

Ah, well, that might make the need to splice moot, then.