-
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
bash disabled or not supported with --local #829
Comments
Any suggestions? Just a word or two about where to hack would speed me on my way to resolve this. |
Getting the same error here too. I'm using I've tried to update the |
Instead of bash, make it use shell script as bash is not supported. |
Thanks @Notnaton. I normally run
Am I setting shell up correctly? Thanks! |
Can you run Could you share the script you use? |
I'm having the exact same issue. |
Having the same issue |
Same here. Got the same issue. |
I have solved the bug and raised bug ticket #867. However, for those in a rush, here is a quick and dirty fix until the patch/bug fix is applied:
i.e. you are changing this line: |
Awesome news😎 Thank you! |
Lovely. Please fix it in the code. FYI, I had Claude look into this code once fixed (by me) to reexplain that logic: in short it is a double negative: "bash is not disabled anymore " then. |
Describe the bug
Using LMStudio with TheBloke/OpenHermes-2.5-Mistral-7B-16k-GGUF, I get:
How can I enable bash for --local?
Reproduce
Start up LMStudio, run the server.
interpreter --local -safe off
Expected behavior
The command should be run.
Screenshots
No response
Open Interpreter version
0.2.0
Python version
3.10.12
Operating System name and version
Ubuntu 22.04
Additional context
No response
The text was updated successfully, but these errors were encountered: