Cannot start llama.cpp on Windows, no output #10926
Unanswered
waltersamson
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Same question, have you figure out why? Everything works fine on windows but not windows |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've had this problem pop up several times, and the only clue I've found so far is that this:
fails (no error, no output), but then this:
works (i.e. prints the help stuff)! And it continues to work from each of the subdirs down to Release, so it seems there's a problem with the longer path for llama-server (but not most(?) of the other exe's). Note that when --help doesn't work, llama-server also fails/does nothing regardless of which options I use. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My setup:
I feel stupid now. I've been using llama.cpp on Linux for quite some time without issue. Today I tried running it on Windows, somehow I ran into a strange problem:
Expected:
The executable should print something, such as "build: 4337 (160bc03) with cc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 for x86_64-linux-gnu"
However, in my case, the program just returns, with no output whatsoever, it looks like this:
The binary llama-gguf.exe did run, but not llama-server.exe and llama-cli.exe.
Then I tried giving it a complete cmdline, but still nothing happened:
I feel stupid now, I must be missing an obvious piece.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions