llama-cli.exe -h and --help do not display help message on Windows 11 with releases b5916 #14729
-
When running llama-cli.exe -h or llama-cli.exe --help on Windows 11 using the llama-b5916-bin-win-cpu-x64 build, the command does not display the expected help message. Instead, it outputs a message about loading the RPC backend and exits without further information. This prevents me from accessing the command-line options and usage details. Steps to Reproduce: Download the llama-b5916-bin-win-cpu-x64 build (source unknown, possibly a custom or unofficial build). Observe the output. The command outputs the following and exits: Environment: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Installing the latest version of the Visual C++ Redistributable should fix it. |
Beta Was this translation helpful? Give feedback.
Installing the latest version of the Visual C++ Redistributable should fix it.