-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
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
Labels
No labels