bug: [DESCRIPTION]cortex v1.0.0-rc1 can not start server
Cortex version
cortex-1.0.0-rc1-windows-amd64.tar.gz
Describe the Bug
cortex v1.0.0-rc1 can not start server。
Steps to Reproduce
1.cortex start -p 1234 2.display: Could not start server: 2
Screenshots / Logs
What is your OS?
- [ ] MacOS
- [X] Windows
- [ ] Linux
What engine are you running?
- [X] cortex.llamacpp (default)
- [ ] cortex.tensorrt-llm (Nvidia GPUs)
- [ ] cortex.onnx (NPUs, DirectML)
Hi @cloudherder, seems like you renamed cortex-beta to cortex. Start server needs to call correct binary variant, for example cortex-nightly, cortex-beta, cortex (for stable release).
Please keep the binary as is.
Hi @cloudherder, seems like you renamed
cortex-betatocortex. Start server needs to call correct binary variant, for examplecortex-nightly,cortex-beta,cortex(for stable release). Please keep the binary as is.
Oh, really. According to your suggestion, the problem has been resolved. thank you!