nnsight
nnsight copied to clipboard
kwargs are not passed to the tokenizer when initializing LanguageModel
nn_model = LanguageModel("meta-llama/Llama-2-70b-hf", token=token)
Fails because token is not passed to the tokenizer initialization