cortex.cpp icon indicating copy to clipboard operation
cortex.cpp copied to clipboard

bug: [DESCRIPTION]cortex v1.0.0-rc1 can not start server

Open cloudherder opened this issue 1 year ago • 2 comments

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

cortex-cli.log 图片

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)

cloudherder avatar Oct 05 '24 03:10 cloudherder

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.

vansangpfiev avatar Oct 05 '24 04:10 vansangpfiev

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.

Oh, really. According to your suggestion, the problem has been resolved. thank you!

cloudherder avatar Oct 05 '24 05:10 cloudherder