IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.44k stars 383 forks source link

'RuntimeError: The model is currently loading, please re-run the query. #67

Closed yanliu0 closed 1 year ago

yanliu0 commented 1 year ago

"I have an error message that says 'RuntimeError: The model is currently loading, please re-run the query.' I have included a screenshot below. Could the author kindly help me with this issue? Thank you in advance." image

IntelligenzaArtificiale commented 1 year ago

This should be the HuggingFace model for the embeddings you are loading. Wait a few minutes and try again.

ajaix734 commented 1 year ago

I am also facing the same issue with both chatgpt and huggingface

ajaix734 commented 1 year ago

Ok I Found a fix. The existing model_id being used is "sentence-transformers/all-MiniLM-L6-v2". This repo doesn't exist anymore. So instead of this, i am using a new model called "obrizum/all-MiniLM-L6-v2". So the change would be like shown below in the file called HuggingFaceEmbedding.py

hfce

mah007 commented 1 year ago

still not working