Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 11 tasks
CarlosMontielU opened this issue Jul 24, 2023 · 1 comment
Open
1 of 11 tasks

Comments

@CarlosMontielU
Copy link

⚠️INSTRUCTIONS:
  • Enter ONE "x" inside the brackets [x] to choose the answer
  • Example
  • Example2

Have you already searched for your ISSUE among the resolved ones?

  • Yes, new issue
  • [ X] Yes, but the solution not work for me
  • No

What version of Python do you have?

  • [X ] Last, Python > 3.11
  • Python >= 3.8
  • PIs you have Python<3.8 pease install last version of python

What version of operating system do you have?

  • [X ] Windows
  • Linux/Ububtu
  • Mac/OSX

What type of installation did you perform?

  • pip3 install -r requirements.txt
  • [X ] python3 -m pip install -r requirements.txt
  • Anaconda
  • Container on VS

Desktop (please complete the following information):

  • Browser [e.g. chrome] :
  • Version [e.g. 112] :

Describe the bug
Im using desktop version, after solving a lot of issues im getting this message:

C:\Users\CarlosM\Desktop\autogpt\Free-Auto-GPT>python AUTOGPT.py
Select the model you want to use (1, 2, 3 or 4)

  1. ChatGPT
  2. HuggingChat
  3. BingChat
  4. Google Bard

1
Enter the objective of the AI system: (Be realistic!) hello world in java
Traceback (most recent call last):
File "C:\Users\CarlosM\Desktop\autogpt\Free-Auto-GPT\AUTOGPT.py", line 301, in
agent.run([input("Enter the objective of the AI system: (Be realistic!) ")])
File "C:\Users\CarlosM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\langchain\experimental\autonomous_agents\autogpt\agent.py", line 93, in run
assistant_reply = self.chain.run(
^^^^^^^^^^^^^^^
File "C:\Users\CarlosM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\langchain\chains\base.py", line 445, in run
return self(kwargs, callbacks=callbacks, tags=tags, metadata=metadata)[
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..............................
.............................
............................
File "C:\Users\CarlosM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\retry\api.py", line 33, in __retry_internal
return f()
^^^
File "C:\Users\CarlosM\Desktop\autogpt\Free-Auto-GPT\Embedding\HuggingFaceEmbedding.py", line 34, in newEmbeddings
raise RuntimeError(
RuntimeError: The model is currently loading, please re-run the query.

Screenshots
If applicable, add screenshots to help explain your problem.

@CarlosMontielU
Copy link
Author

Has anyone handled this problem? any information will be appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant