You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2025. It is now read-only.
For project requirement reasons we limit the maximum size of the chunks in our projects pak files to 32-64MB. Naturally this causes packaging to fail as even the tiny model's 78MB exceeds the max chunk size.
I'd like to know whether it's actually important to have the language model included in the Additional Asset Directories to Cook array?
Could we instead have an option for the model to be included as a Non-Asset Directory to Copy that way we can offer the ability to download a larger model if needed, or update the model when feasible without having to re-publish the application.
I Don't consider this a bug, more of a feature request.