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

Description
Goal
cortex ps lists running models and free/used memory
- We should ideally be able to show VRAM and RAM use (free vs. total)
Key Questions
- How do we do this in a stateless manner? (or persist a
*.lock to Cortex data folder?)
Linked PRs
DX
cortex start
- should stdout a link for api playground
- should correctly handle if port is occupied
20240919 09:30:08.293674 UTC 3351741 INFO Host: 127.0.0.1 Port: 3928
- main.cc:32
Server started
Current logs a bit confusing
cortex stop
cortex ps
- if no active processes, should return a msg to that effect