When launched with --port [port] argument, the port number is ignored and the default port 5001 is used instead:
$ ./koboldcpp.exe --port 9000 --stream
[omitted]
Starting Kobold HTTP Server on port 5001
Please connect to custom endpoint at http://localhost:5001?streaming=1
Positional port argument (./koboldcpp.exe [model_file] [port]) works as intended.
When launched with
--port [port]argument, the port number is ignored and the default port 5001 is used instead:Positional port argument (
./koboldcpp.exe [model_file] [port]) works as intended.