Running python -m llama_cpp.server crashes, --port and --host ignored on macos. #651
-
INFO: Started server process [53174] |
Beta Was this translation helpful? Give feedback.
Answered by
remixer-dec
Aug 29, 2023
Replies: 1 comment
-
It was caused by getting an environment variable named HOST that is already defined by the system and has a value Fix: prepend the terminal command with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
remixer-dec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was caused by getting an environment variable named HOST that is already defined by the system and has a value
arm64-apple-darwin20.0.0
Fix: prepend the terminal command with
HOST=localhost