Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Cook fails when Pak file max chunk size less than language model size. #38

@Reahreic

Description

@Reahreic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions