This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Problem Statement
cortex run mistral
Model loaded!
Inorder to exit, type `exit()`
- Chat a bit and quit interactive shell
- Run it again
sudo cortex run mistral
Starting server ...
20240919 15:54:32.723277 UTC 33913 INFO Host: 127.0.0.1 Port: 3928
- main.cc:32
Server started
Model loaded!
Inorder to exit, type `exit()`
- Model loads & chats just fine
Expected
Expected: the same stdout experience as the first time I invoked cortex run
But I got: "Starting Server..." for all subsequent invocations
Questions
What could be causing this inconsistency in the run step?
OS: Mac