Skip to content

Support proper caching on huggingface backends #29

@avinash2692

Description

@avinash2692

The huggingface backend for alora support doesn't use hashed values / uuids for results. It uses the decoded result directly as the index into the cache. For short outputs, there will likely be many conflicts, especially if the model is directed to output only yes or no.

We will have to think about how to keep track of the specific output as well when checking the cache.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions