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]
.
- MacOs/Linux
- Windows
# Stablecortex ps [options]# Betacortex-beta ps [options]# Nightlycortex-nightly ps [options]
# Stablecortex.exe ps [options]# Betacortex-beta.exe ps [options]# Nightlycortex-nightly.exe 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​
Option | Description | Required | Default value | Example |
---|---|---|---|---|
-h , --help | Display help information for the command. | No | - | -h |