You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: