janhq / cortex.cpp

Local AI API Platform
https://cortex.so
Apache License 2.0
2.15k stars 129 forks source link

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

Open cloudherder opened 1 month ago

cloudherder commented 1 month ago

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?

What engine are you running?

vansangpfiev commented 1 month ago

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.

cloudherder commented 1 month ago

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!