How to start server without python interpreter available? #16108
Unanswered
aswartz-navy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
llama.cpp has never required a Python interpreter. Are you sure you're using llama.cpp? Could you share your startup command? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to start the llama.cpp server without the ability to use python interpreter. I see in the server UI I can go to Settings -> Experimental -> Enable Python interpreter, but I'd it for the option to not even be available to users. Is there a way to either compile the server app or start the server with certain flags so that the python interpreter isn't an option?
I have tried starting the server without the --jinja flag, but it the interpreter is still there.
Beta Was this translation helpful? Give feedback.
All reactions