Cannot start llama.cpp on Windows, no output #10926
Unanswered
waltersamson
asked this question in
Q&A
Replies: 1 comment
-
Same question, have you figure out why? Everything works fine on windows but not windows |
Beta Was this translation helpful? Give feedback.
0 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