spacy-llm
spacy-llm copied to clipboard
I have downloaded the llama2 model to local path, but program always try downloaded the llama2 from huggingface
I have downloaded the llama2 model to local path, but program always try downloaded the llama2 from huggingface, how do I let the program know the model in my local path? or is there any way to customize the path like AutoModel.from_pretrained
?Thank you.