mistrall down

#102
by giodeleo - opened

Is two day that I try to use this model but I have the problem of no services, is my problem or another think?

it's down, please solve it

It is now gated ... you need to create a token, accept the terms and conditions, and passing the token also into the AutoTokenizer, not only on AutoModelForCausalLM:

AutoTokenizer.from_pretrained(model_id, token = '<your token>')

AutoModelForCausalLM.from_pretrained(model_id, token = '<your token>')

Sign up or log in to comment