Replies: 1 comment
True from a dev side, but not really from a user one. The only real gain for the user is faster updates. A few cons:
Today I'm not sure the ROI is there. If at some point we ship an ASR significantly better than Parakeet v3 TDT with a heavier variant, then an onboarding to let the user pick the model would make sense, and removing it from the binary would be justified at that point. For 1.9.0 the roadmap is nearly done, so if we go this way it would be for n+1 at earliest. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For now the model is bundled in the package, which is why the .deb is ~468 MB compressed.
The package would be under than 100 MB, faster build, faster CI, better DX, faster download.
What if we downloaded it on first launch instead ?
Things to figure out:
All reactions