-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Getting stuck at "Getting started..." when running local model on Windows PC #665
Comments
Hi, there are some fixes for this already for ooba:
Please check if these pull request works for you :) |
How to solve this problem, I tried a lot of local models are “getting started:” |
@ericrallen This is also a ooba issue, I have made a fork for windows users to use. Should we pin my fork until ooba is merged so we get less broken windows issues? https://github.com/Notnaton/ooba also duplicate #636 |
Hey there, folks! Now that LM Studio is the underlying local model provider, I think we can close this one. Please reopen it if you still experience the issue in the latest version of Open Interpreter. |
Describe the bug
Once the model and Ooba are downloaded, run interpreter --local will show print "Getting started..." then become stuck forever.
I thought some arguments might be bugged when calling oobabooga server. Up on checking llm.py, at line 44, there are:
This does not seem to work on Windows PCs as the path on Windows uses \ instead...? So I used this instead:
and got the correct model_dir and model_name values.
At this stage I still get stuck on "Getting started..." and I realized the code can't really go past the while true loops that find available ports in a reasonable amount of time (not sure if it's just my PC being too slow?), so instead of searching from port 2000 to 10000, I narrowed the search range down to the ports often used by Gradio webui.
The program was able to load the model quickly and successfully afterward.
Reproduce
Expected behavior
Ooba starts and the model gets loaded in a reasonable amount of time without being stuck. Would be great if we could get some sort of feedback on the status of the loading process.
Screenshots
Open Interpreter version
0.1.10
Python version
3.11.6
Operating System name and version
Windows 10
Additional context
No response
The text was updated successfully, but these errors were encountered: