Skip to main content
warning

🚧 Cortex.cpp is currently under development. Our documentation outlines the intended behavior of Cortex, which may not yet be fully implemented in the codebase.

cortex ps

This command shows the running model and its status.

Usage​

info

You can use the --verbose flag to display more detailed output of the internal processes. To apply this flag, use the following format: cortex --verbose [subcommand].


# Stable
cortex ps [options]
# Beta
cortex-beta ps [options]
# Nightly
cortex-nightly ps [options]

For example, it returns the following table:


+----------------+-----------+----------+-----------+-----------+
| Model | Engine | RAM | VRAM | Up time |
+----------------+-----------+----------+-----------+-----------+
| tinyllama:gguf | llama-cpp | 35.16 MB | 601.02 MB | 5 seconds |
+----------------+-----------+----------+-----------+-----------+

Options​

OptionDescriptionRequiredDefault valueExample
-h, --helpDisplay help information for the command.No--h