Compilationhero/Gfhhg
0
1from transformers import AutoModelForCausalLM, AutoTokenizer2model_name = "mistralai/Mistral-7B-v0.1"3tokenizer = AutoTokenizer.from_pretrained(model_name)4model = AutoModelForCausalLM.from_pretrained(model_name)1from transformers import AutoModelForCausalLM, AutoTokenizer2model_name = "mistralai/Mistral-7B-v0.1"3tokenizer = AutoTokenizer.from_pretrained(model_name)4model = AutoModelForCausalLM.from_pretrained(model_name)