Skip to content

Remove dependency on HuggingFace token #14

@tengyifei

Description

@tengyifei

Right now we need a HuggingFace token in order to run tests/run the model locally. This token is used to fetch the model config and fetch tokenizers.

It should be possible to drop in a tokenizer model as a file. It should also be possible to specify a model config as a dict as opposed to a str like Meta-Llama/Llama-3.1-8B, which would cause transformers to look up the model using a token. Once we can do these, we'll no longer need a token to do dev work and testing.

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